diff options
author | nyamatongwe <devnull@localhost> | 2004-01-09 10:46:05 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-01-09 10:46:05 +0000 |
commit | 8b3d680aabcf3fed44a2d06a437542686d8a89f2 (patch) | |
tree | 11e3dd6dd2d9118b3d38f4a2cc5208daa29e1118 | |
parent | 1681debe9205b12097baa769d3f62d4df50b418f (diff) | |
download | scintilla-mirror-8b3d680aabcf3fed44a2d06a437542686d8a89f2.tar.gz |
Fixed return type of FormatRange.
-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 db3a3ed96..4fc1fefb9 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -714,7 +714,7 @@ val SCFIND_POSIX=0x00400000 fun position FindText=2150(int flags, findtext ft) # On Windows, will draw the document into a display context such as a printer. -fun void FormatRange=2151(bool draw, formatrange fr) +fun position FormatRange=2151(bool draw, formatrange fr) # Retrieve the display line at the top of the display. get int GetFirstVisibleLine=2152(,) |