aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c46d8dbd7..7d21f41b3 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1740,10 +1740,10 @@ val CARETSTYLE_LINE=1
val CARETSTYLE_BLOCK=2
# Set the style of the caret to be drawn.
-set void SetCaretStyle=2950(int caretStyle,)
+set void SetCaretStyle=2512(int caretStyle,)
# Returns the current style of the caret.
-get int GetCaretStyle=2951(,)
+get int GetCaretStyle=2513(,)
# Set the indicator used for IndicatorFillRange and IndicatorClearRange
set void SetIndicatorCurrent=2500(int indicator,)