aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 99c0d69a1..d2cfc2e40 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -764,7 +764,7 @@ get position GetLineIndentPosition=2128(int line,)
get int GetColumn=2129(position pos,)
# Count characters between two positions.
-get int CountCharacters=2633(int startPos, int endPos)
+fun int CountCharacters=2633(int startPos, int endPos)
# Show or hide the horizontal scroll bar.
set void SetHScrollBar=2130(bool show,)