summaryrefslogtreecommitdiffstats
path: root/scintilla/src/LineMarker.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-07-06 12:17:36 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-07-06 12:17:36 +0000
commit61c639e3dbb9070523e09c58e4cd7b4b5bf974c1 (patch)
treef394a241584349f89cddb2b5e3005afc1248679d /scintilla/src/LineMarker.h
parent5245d934f4fb495b8b014e9c02d6918e931a43a1 (diff)
downloadnotepad2-mod-61c639e3dbb9070523e09c58e4cd7b4b5bf974c1.zip
notepad2-mod-61c639e3dbb9070523e09c58e4cd7b4b5bf974c1.tar.gz
notepad2-mod-61c639e3dbb9070523e09c58e4cd7b4b5bf974c1.tar.bz2
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@554 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/LineMarker.h')
-rw-r--r--scintilla/src/LineMarker.h2
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;