diff options
author | nyamatongwe <unknown> | 2010-01-24 00:01:14 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-01-24 00:01:14 +0000 |
commit | bfd2a9cfbf29bf86cfe426a39e9cb9efc30ac3a0 (patch) | |
tree | 4b13c560d8a3d796d0dbac5d209256cbd50ce9c0 | |
parent | 69405635e473cfbae162dd7cf8c72bd4aea1ddd6 (diff) | |
download | scintilla-mirror-bfd2a9cfbf29bf86cfe426a39e9cb9efc30ac3a0.tar.gz |
Return type correct for GetWhitespaceSize.
-rw-r--r-- | include/Scintilla.iface | 2 |
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 |