summaryrefslogtreecommitdiffstats
path: root/scintilla/src/Editor.h
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-01-23 08:24:12 +0000
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-01-23 08:24:12 +0000
commit09ee605bedb57e4e846f327bcc82feb3952764df (patch)
tree4d55529be11045593e6f9bbcc7c534e4d6d70ebd /scintilla/src/Editor.h
parent36c77bfad547f6f62efd2078a37f4906df8a8957 (diff)
downloadnotepad2-mod-09ee605bedb57e4e846f327bcc82feb3952764df.zip
notepad2-mod-09ee605bedb57e4e846f327bcc82feb3952764df.tar.gz
notepad2-mod-09ee605bedb57e4e846f327bcc82feb3952764df.tar.bz2
update scintilla
git-svn-id: https://notepad2-mod.googlecode.com/svn/trunk@705 28bd50df-7adb-d945-0439-6e466c6a13cc
Diffstat (limited to 'scintilla/src/Editor.h')
-rw-r--r--scintilla/src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/Editor.h b/scintilla/src/Editor.h
index d159278..525e8e2 100644
--- a/scintilla/src/Editor.h
+++ b/scintilla/src/Editor.h
@@ -264,7 +264,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
int wrapVisualFlags;
int wrapVisualFlagsLocation;
int wrapVisualStartIndent;
- int wrapAddIndent; // This will be added to initial indent of line
+ XYPOSITION wrapAddIndent; // This will be added to initial indent of line
int wrapIndentMode; // SC_WRAPINDENT_FIXED, _SAME, _INDENT
bool convertPastes;