From e136d5e1454d406ac458f5503bdb6b4a76f03232 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 14 Aug 2002 16:49:38 +0000 Subject: More FL_EXPORT fun... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2584 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_File_Input.H | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'FL/Fl_File_Input.H') diff --git a/FL/Fl_File_Input.H b/FL/Fl_File_Input.H index 0cd4123e9..99e268b5a 100644 --- a/FL/Fl_File_Input.H +++ b/FL/Fl_File_Input.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_File_Input.H,v 1.1.2.1 2002/04/30 21:50:16 easysw Exp $" +// "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $" // // File_Input header file for the Fast Light Tool Kit (FLTK). // @@ -30,7 +30,7 @@ # include -class Fl_File_Input : public Fl_Input +class FL_EXPORT Fl_File_Input : public Fl_Input { Fl_Color errorcolor_; char ok_entry_; @@ -44,17 +44,17 @@ class Fl_File_Input : public Fl_Input public: - FL_EXPORT Fl_File_Input(int,int,int,int,const char *t=0); + Fl_File_Input(int,int,int,int,const char *t=0); - FL_EXPORT virtual int handle(int); - FL_EXPORT virtual void draw(); + virtual int handle(int); + virtual void draw(); Fl_Boxtype down_box() const { return (Fl_Boxtype)down_box_; } void down_box(Fl_Boxtype b) { down_box_ = b; } Fl_Color errorcolor() const { return errorcolor_; } void errorcolor(Fl_Color c) { errorcolor_ = c; } - FL_EXPORT int value(const char*); - FL_EXPORT int value(const char*, int); + int value(const char*); + int value(const char*, int); const char *value() { return Fl_Input_::value(); } }; @@ -62,5 +62,5 @@ public: // -// End of "$Id: Fl_File_Input.H,v 1.1.2.1 2002/04/30 21:50:16 easysw Exp $". +// End of "$Id: Fl_File_Input.H,v 1.1.2.2 2002/08/14 16:49:38 easysw Exp $". // -- cgit v1.2.3