aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LineMarker.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-06-23 13:06:42 +1000
committerNeil <nyamatongwe@gmail.com>2014-06-23 13:06:42 +1000
commitddeaa27240bc59e74043776154c20a08914eb57d (patch)
tree37ffeaf2ddf85b5d7c27133689b7e8cefb4673e6 /src/LineMarker.cxx
parent823c47562f5038316af079dcf23e889c12f00dd0 (diff)
downloadscintilla-mirror-ddeaa27240bc59e74043776154c20a08914eb57d.tar.gz
Make drawing of markers const.
Diffstat (limited to 'src/LineMarker.cxx')
-rw-r--r--src/LineMarker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LineMarker.cxx b/src/LineMarker.cxx
index 938288b1f..8ae815a65 100644
--- a/src/LineMarker.cxx
+++ b/src/LineMarker.cxx
@@ -71,7 +71,7 @@ static void DrawMinus(Surface *surface, int centreX, int centreY, int armSize, C
surface->FillRectangle(rcH, fore);
}
-void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharacter, typeOfFold tFold, int marginStyle) {
+void LineMarker::Draw(Surface *surface, PRectangle &rcWhole, Font &fontForCharacter, typeOfFold tFold, int marginStyle) const {
ColourDesired head = back;
ColourDesired body = back;
ColourDesired tail = back;