diff options
| author | Neil <nyamatongwe@gmail.com> | 2026-02-07 11:55:11 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2026-02-07 11:55:11 +1100 |
| commit | 2345f51b8fea92bf794300c5b4373ee3c03eb1e0 (patch) | |
| tree | b91bd6ffa839c976a923137d05204f3c37032bc8 /src/EditView.h | |
| parent | ac8ccbc3eaea26e831e1751fc627cf0bb09c190d (diff) | |
| download | scintilla-mirror-2345f51b8fea92bf794300c5b4373ee3c03eb1e0.tar.gz | |
Avoid some warnings to make more interesting issues visible.
Diffstat (limited to 'src/EditView.h')
| -rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
