diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-31 19:27:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-05-31 19:27:56 +0000 |
| commit | 23972703f40704f83db852cf126abd940a22865a (patch) | |
| tree | 7b51e0852c541fbb75e219dacf3007f80a6ee29c /test/preferences.fl | |
| parent | 778d528093f4314bdc96f9600d0698479e8b7eb1 (diff) | |
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
Diffstat (limited to 'test/preferences.fl')
| -rw-r--r-- | test/preferences.fl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
