aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-04-28 12:48:32 +0000
committernyamatongwe <devnull@localhost>2004-04-28 12:48:32 +0000
commitc9fe5d3c3cb33441ce1549554e31b26174f65121 (patch)
tree18fe4b3763594ce0f1de7296d0838c6d8203bb62
parentf585eba20018e74d6a7a28af1b3ea3eaeb622a4d (diff)
downloadscintilla-mirror-c9fe5d3c3cb33441ce1549554e31b26174f65121.tar.gz
WrapVisualFlags is a property so gets a set as well as a get.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 4960e564e..6a5e54237 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1024,7 +1024,7 @@ set void SetWrapVisualFlagsLocation=2462(int wrapVisualFlagsLocation,)
get int GetWrapVisualFlagsLocation=2463(,)
# Set the start indent for wrapped lines.
-fun void SetWrapStartIndent=2464(int indent,)
+set void SetWrapStartIndent=2464(int indent,)
# Retrive the start indent for wrapped lines.
get int GetWrapStartIndent=2465(,)