From bfd2a9cfbf29bf86cfe426a39e9cb9efc30ac3a0 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 24 Jan 2010 00:01:14 +0000 Subject: Return type correct for GetWhitespaceSize. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Scintilla.iface') 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 -- cgit v1.2.3