diff options
Diffstat (limited to 'scintilla/src/PositionCache.h')
-rw-r--r-- | scintilla/src/PositionCache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scintilla/src/PositionCache.h b/scintilla/src/PositionCache.h index 12273f5..76116c0 100644 --- a/scintilla/src/PositionCache.h +++ b/scintilla/src/PositionCache.h @@ -63,8 +63,8 @@ public: bool InLine(int offset, int line) const;
void SetLineStart(int line, int start);
void SetBracesHighlight(Range rangeLine, Position braces[],
- char bracesMatchStyle, int xHighlight);
- void RestoreBracesHighlight(Range rangeLine, Position braces[]);
+ char bracesMatchStyle, int xHighlight, bool ignoreStyle);
+ void RestoreBracesHighlight(Range rangeLine, Position braces[], bool ignoreStyle);
int FindBefore(int x, int lower, int upper) const;
int EndLineStyle() const;
};
|