aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-01-24 00:01:14 +0000
committernyamatongwe <devnull@localhost>2010-01-24 00:01:14 +0000
commit46c2532c84cac0bfb3f490fd9ebdc327e92cee76 (patch)
tree4b13c560d8a3d796d0dbac5d209256cbd50ce9c0
parent8a3fb6752f5eb1beb2b786d4ea12399ec1ac41a5 (diff)
downloadscintilla-mirror-46c2532c84cac0bfb3f490fd9ebdc327e92cee76.tar.gz
Return type correct for GetWhitespaceSize.
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index e6a6362cf..2af241f56 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -575,7 +575,7 @@ fun void SetWhitespaceBack=2085(bool useSetting, colour back)
set void SetWhitespaceSize=2086(int size,)
# Get the size of the dots used to mark space characters.
-get void GetWhitespaceSize=2087(,)
+get int GetWhitespaceSize=2087(,)
# Divide each styling byte into lexical class bits (default: 5) and indicator
# bits (default: 3). If a lexer requires more than 32 lexical states, then this