aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-09-30 09:37:31 +1000
committerNeil <nyamatongwe@gmail.com>2018-09-30 09:37:31 +1000
commit5d8cf4794e4e97ba82f75c6169a42e7d492c8328 (patch)
tree66515f454d6bd5644f7140da571a5c411150b627 /include/Scintilla.iface
parentd4ae0c4f6975a1ff569b58a06c1479a3a829aa84 (diff)
downloadscintilla-mirror-rel-4-1-2.tar.gz
Synchronize definition and documentation.rel-4-1-2
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 3719628a2..00a4c4ac1 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -4960,7 +4960,7 @@ fun void AllocateLineCharacterIndex=2711(int lineCharacterIndex,)
fun void ReleaseLineCharacterIndex=2712(int lineCharacterIndex,)
# Retrieve the document line containing a position measured in index units.
-fun int LineFromIndexPosition=2713(position posUTF32, int lineCharacterIndex)
+fun int LineFromIndexPosition=2713(position pos, int lineCharacterIndex)
# Retrieve the position measured in index units at the start of a document line.
fun position IndexPositionFromLine=2714(int line, int lineCharacterIndex)