diff options
author | nyamatongwe <unknown> | 2012-07-04 19:46:46 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-07-04 19:46:46 +1000 |
commit | 32197f1f5882d026f8ae6638f8d13d0013b4da59 (patch) | |
tree | a3bdcd3666000fb72b583ba95a2d2b1901fdf2e6 | |
parent | aab2a9dbc7d0667d92690e008d7cf011087ff64c (diff) | |
download | scintilla-mirror-32197f1f5882d026f8ae6638f8d13d0013b4da59.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) |