From 23972703f40704f83db852cf126abd940a22865a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 31 May 2002 19:27:56 +0000 Subject: Some C++ compilers can't handle char& and int& versions of methods, so for now just remove the char (boolean) methods since the integer methods can also be used for the same thing. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/preferences.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/preferences.fl') diff --git a/test/preferences.fl b/test/preferences.fl index a377160fd..ffba4ed73 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -185,7 +185,7 @@ Function {} {open return_type int Function {readPrefs()} {open return_type void } { - code {char boolValue; + code {int boolValue; int intValue; char buffer[80]; double doubleValue; -- cgit v1.2.3