From c9fe5d3c3cb33441ce1549554e31b26174f65121 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 28 Apr 2004 12:48:32 +0000 Subject: WrapVisualFlags is a property so gets a set as well as a get. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(,) -- cgit v1.2.3