diff options
author | nyamatongwe <unknown> | 2012-04-11 22:35:21 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-04-11 22:35:21 +1000 |
commit | 6ee776c7fd697867101e8339682a2e58670382fe (patch) | |
tree | 7cbee425ad73c40dc0f4fe114663ef466d207e9e | |
parent | 5bf72150a3990937a07a1cea6c8d62eafee49cad (diff) | |
download | scintilla-mirror-6ee776c7fd697867101e8339682a2e58670382fe.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(,) |