diff options
author | nyamatongwe <devnull@localhost> | 2012-04-11 22:35:21 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-04-11 22:35:21 +1000 |
commit | 6fb8f4cab95a131c77b3116f2f8f45bbf51b3cce (patch) | |
tree | d64a8d8ee128a8295bab6d4411b1c8335c760db2 | |
parent | 33e4aaabe52d145ebb4b1d3e19fafbc5af8e7fd3 (diff) | |
download | scintilla-mirror-6fb8f4cab95a131c77b3116f2f8f45bbf51b3cce.tar.gz |
Change return type to position as it is returning a position.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
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(,) |