From 2345f51b8fea92bf794300c5b4373ee3c03eb1e0 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 7 Feb 2026 11:55:11 +1100 Subject: Avoid some warnings to make more interesting issues visible. --- src/EditView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/EditView.h') diff --git a/src/EditView.h b/src/EditView.h index 10ba31fa6..58e9c3d80 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -144,7 +144,7 @@ private: Sci::Line line, int xOrigin, PRectangle rcLine, int subLine, DrawPhase phase); void DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line lineDoc, int xOrigin, PRectangle rcLine, int subLine) const; - void DrawIndentGuide(Surface *surface, XYPOSITION start, PRectangle rcSegment, bool highlight, bool offset); + void DrawIndentGuide(Surface *surface, XYPOSITION start, PRectangle rcSegment, bool highlight, bool offset) const; void DrawForeground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, int xStart, PRectangle rcLine, int subLine, Sci::Line lineVisible, Range lineRange, Sci::Position posLineStart, ColourOptional background); -- cgit v1.2.3