diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-27 08:00:37 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-27 08:00:37 +1100 |
commit | ec5b61c78f47269ba7f3015e31133e17e5de8fda (patch) | |
tree | 7372eb6393812734eea671c55af75f2f37504176 | |
parent | b044bf13f08be51d0689f96fd38e13b63dddf5f0 (diff) | |
download | scintilla-mirror-ec5b61c78f47269ba7f3015e31133e17e5de8fda.tar.gz |
Change return type of SupportsFeature to bool.
-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 13a007ecd..d11bbc79a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2884,7 +2884,7 @@ val SC_SUPPORTS_TRANSLUCENT_STROKE=3 val SC_SUPPORTS_PIXEL_MODIFICATION=4 # Get whether a feature is supported -get int SupportsFeature=2750(Supports feature,) +get bool SupportsFeature=2750(Supports feature,) # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |