diff options
-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 |