diff options
author | nyamatongwe <devnull@localhost> | 2012-07-04 19:46:46 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-07-04 19:46:46 +1000 |
commit | 3523c34238f30b2da73b648e290ae2be41e6a952 (patch) | |
tree | 32e79626faa508cec2cdda005dfe4a892069d3a1 | |
parent | 2fab07a1b9f37ae79e8e29c6e062bbd8803a7abd (diff) | |
download | scintilla-mirror-3523c34238f30b2da73b648e290ae2be41e6a952.tar.gz |
Mark StyleClearAll as a functions because it isn't a setter.
From Denis Shelomovskij.
-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 9b33b4b7a..d70c1b1f6 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -403,7 +403,7 @@ val SC_CHARSET_THAI=222 val SC_CHARSET_8859_15=1000 # Clear all the styles and make equivalent to the global default style. -set void StyleClearAll=2050(,) +fun void StyleClearAll=2050(,) # Set the foreground colour of a style. set void StyleSetFore=2051(int style, colour fore) |