diff options
Diffstat (limited to 'scintilla/src/LineMarker.h')
-rw-r--r-- | scintilla/src/LineMarker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/LineMarker.h b/scintilla/src/LineMarker.h index 343a3f9..2e28090 100644 --- a/scintilla/src/LineMarker.h +++ b/scintilla/src/LineMarker.h @@ -17,7 +17,7 @@ namespace Scintilla { */
class LineMarker {
public:
- enum typeOfFold { undefined, head, body, tail };
+ enum typeOfFold { undefined, head, body, tail, headWithTail };
int markType;
ColourPair fore;
|