From ec5b61c78f47269ba7f3015e31133e17e5de8fda Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 27 Mar 2021 08:00:37 +1100 Subject: Change return type of SupportsFeature to bool. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(,) -- cgit v1.2.3