diff options
Diffstat (limited to 'scintilla/src/Document.h')
-rw-r--r-- | scintilla/src/Document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/Document.h b/scintilla/src/Document.h index 2fe9020..9f40aea 100644 --- a/scintilla/src/Document.h +++ b/scintilla/src/Document.h @@ -340,7 +340,7 @@ public: void ClearLevels();
int GetLastChild(int lineParent, int level=-1);
int GetFoldParent(int line);
- void GetHighlightDelimiters(int line, HighlightDelimiter &hDelimiter);
+ void GetHighlightDelimiters(HighlightDelimiter &hDelimiter, int line, int topLine, int bottomLine);
void Indent(bool forwards);
int ExtendWordSelect(int pos, int delta, bool onlyWordCharacters=false);
|