From 6ee776c7fd697867101e8339682a2e58670382fe Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 11 Apr 2012 22:35:21 +1000 Subject: Change return type to position as it is returning a position. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 789a65734..a2a38d51c 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -791,7 +791,7 @@ set void SetHighlightGuide=2134(int column,) get int GetHighlightGuide=2135(,) # Get the position after the last visible characters on a line. -get int GetLineEndPosition=2136(int line,) +get position GetLineEndPosition=2136(int line,) # Get the code page used to interpret the bytes of the document as characters. get int GetCodePage=2137(,) -- cgit v1.2.3