From 0be67f648ca793bb4ebb75cb2fa8f59e664beae3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 28 Jun 2000 07:06:20 +0000 Subject: Fixed SetCaretFore to be a set rather than a fun. --- 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 36828e68e..5c589390c 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -320,7 +320,7 @@ fun void SetSelFore=2067(bool useSetting, colour fore) fun void SetSelBack=2068(bool useSetting, colour back) # Set the foreground colour of the caret. -fun void SetCaretFore=2069(colour fore,) +set void SetCaretFore=2069(colour fore,) # When key+modifier combination km is pressed perform msg. fun void AssignCmdKey=2070(keymod km, int msg) -- cgit v1.2.3