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 --- FL/Fl_Preferences.H | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'FL') diff --git a/FL/Fl_Preferences.H b/FL/Fl_Preferences.H index 638bb532a..5f2b1d7ef 100644 --- a/FL/Fl_Preferences.H +++ b/FL/Fl_Preferences.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Preferences.H,v 1.1.2.7 2002/05/07 00:43:20 easysw Exp $" +// "$Id: Fl_Preferences.H,v 1.1.2.8 2002/05/31 19:27:56 easysw Exp $" // // Preferences definitions for the Fast Light Tool Kit (FLTK). // @@ -60,14 +60,12 @@ public: FL_EXPORT char entryExists( const char *entry ); FL_EXPORT char deleteEntry( const char *entry ); - FL_EXPORT char set( const char *entry, char value ); FL_EXPORT char set( const char *entry, int value ); FL_EXPORT char set( const char *entry, float value ); FL_EXPORT char set( const char *entry, double value ); FL_EXPORT char set( const char *entry, const char *value ); FL_EXPORT char set( const char *entry, const void *value, int size ); - FL_EXPORT char get( const char *entry, char &value, char defaultValue ); FL_EXPORT char get( const char *entry, int &value, int defaultValue ); FL_EXPORT char get( const char *entry, float &value, float defaultValue ); FL_EXPORT char get( const char *entry, double &value, double defaultValue ); @@ -157,5 +155,5 @@ private: #endif // !Fl_Preferences_H // -// End of "$Id: Fl_Preferences.H,v 1.1.2.7 2002/05/07 00:43:20 easysw Exp $". +// End of "$Id: Fl_Preferences.H,v 1.1.2.8 2002/05/31 19:27:56 easysw Exp $". // -- cgit v1.2.3