diff options
author | nyamatongwe <unknown> | 2004-01-09 10:46:05 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2004-01-09 10:46:05 +0000 |
commit | 9584fdca386fc2125241f7b8acea4223bb7ab09d (patch) | |
tree | 11e3dd6dd2d9118b3d38f4a2cc5208daa29e1118 | |
parent | df55000f9df6260def293e2825cb193bc17e7f60 (diff) | |
download | scintilla-mirror-9584fdca386fc2125241f7b8acea4223bb7ab09d.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(,) |