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 47896b63f..ef0a9a384 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1566,7 +1566,7 @@ fun void CallTipCancel=2201(,)
fun bool CallTipActive=2202(,)
# Retrieve the position where the caret was before displaying the call tip.
-fun position CallTipPosStart=2203(,)
+get position CallTipPosStart=2203(,)
# Set the start position in order to change when backspacing removes the calltip.
set void CallTipSetPosStart=2214(position posStart,)