diff options
author | XhmikosR <xhmikosr@gmail.com> | 2014-06-30 10:58:02 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@gmail.com> | 2014-07-03 12:38:18 +0300 |
commit | 666822715a5f1f919d039ea4aed50effbf8fb984 (patch) | |
tree | d8e03b027a0c929d73dc63fd1f1c1764e600c003 /scintilla/src/LineMarker.cxx | |
parent | 80a1ee6430295f30fe78271398e78d13cd9a9d93 (diff) | |
download | notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.zip notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.tar.gz notepad2-mod-666822715a5f1f919d039ea4aed50effbf8fb984.tar.bz2 |
Update Scintilla to 3.4.4.
Diffstat (limited to 'scintilla/src/LineMarker.cxx')
-rw-r--r-- | scintilla/src/LineMarker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/LineMarker.cxx b/scintilla/src/LineMarker.cxx index b5d9f88..b7adaa6 100644 --- a/scintilla/src/LineMarker.cxx +++ b/scintilla/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;
|