From 9584fdca386fc2125241f7b8acea4223bb7ab09d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 9 Jan 2004 10:46:05 +0000 Subject: Fixed return type of FormatRange. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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(,) -- cgit v1.2.3