summaryrefslogtreecommitdiffstats
path: root/scintilla/src/Document.h
diff options
context:
space:
mode:
Diffstat (limited to 'scintilla/src/Document.h')
-rw-r--r--scintilla/src/Document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Document.h b/scintilla/src/Document.h
index 1816bea..9f1cb16 100644
--- a/scintilla/src/Document.h
+++ b/scintilla/src/Document.h
@@ -323,6 +323,7 @@ public:
cb.GetStyleRange(buffer, position, lengthRetrieve);
}
int GetMark(int line);
+ int MarkerNext(int lineStart, int mask) const;
int AddMark(int line, int markerNum);
void AddMarkSet(int line, int valueSet);
void DeleteMark(int line, int markerNum);