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_Box.H | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'FL/Fl_Box.H') diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H index adceb4571..4bc8cc789 100644 --- a/FL/Fl_Box.H +++ b/FL/Fl_Box.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Box.H,v 1.5.2.4.2.3 2002/08/09 01:09:48 easysw Exp $" +// "$Id: Fl_Box.H,v 1.5.2.4.2.4 2002/08/14 16:49:37 easysw Exp $" // // Box header file for the Fast Light Tool Kit (FLTK). // @@ -30,20 +30,20 @@ #include "Fl_Widget.H" #endif -class Fl_Box : public Fl_Widget { +class FL_EXPORT Fl_Box : public Fl_Widget { protected: - FL_EXPORT void draw(); + void draw(); public: - FL_EXPORT Fl_Box(int X, int Y, int W, int H, const char *l=0) + Fl_Box(int X, int Y, int W, int H, const char *l=0) : Fl_Widget(X,Y,W,H,l) {} - FL_EXPORT Fl_Box(Fl_Boxtype b, int X, int Y, int W, int H, const char *l) + Fl_Box(Fl_Boxtype b, int X, int Y, int W, int H, const char *l) : Fl_Widget(X,Y,W,H,l) {box(b);} - virtual FL_EXPORT int handle(int); + virtual int handle(int); }; #endif // -// End of "$Id: Fl_Box.H,v 1.5.2.4.2.3 2002/08/09 01:09:48 easysw Exp $". +// End of "$Id: Fl_Box.H,v 1.5.2.4.2.4 2002/08/14 16:49:37 easysw Exp $". // -- cgit v1.2.3