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_Progress.H | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'FL/Fl_Progress.H') diff --git a/FL/Fl_Progress.H b/FL/Fl_Progress.H index a1f95bf2c..d40843766 100644 --- a/FL/Fl_Progress.H +++ b/FL/Fl_Progress.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Progress.H,v 1.1.2.3 2002/04/18 20:37:29 easysw Exp $" +// "$Id: Fl_Progress.H,v 1.1.2.4 2002/08/14 16:49:38 easysw Exp $" // // Progress bar widget definitions. // @@ -37,7 +37,7 @@ // Progress class... // -class Fl_Progress : public Fl_Widget +class FL_EXPORT Fl_Progress : public Fl_Widget { float value_, minimum_, @@ -45,11 +45,11 @@ class Fl_Progress : public Fl_Widget protected: - FL_EXPORT virtual void draw(); + virtual void draw(); public: - FL_EXPORT Fl_Progress(int x, int y, int w, int h, const char *l = 0); + Fl_Progress(int x, int y, int w, int h, const char *l = 0); void maximum(float v) { maximum_ = v; redraw(); } float maximum() const { return (maximum_); } @@ -64,5 +64,5 @@ class Fl_Progress : public Fl_Widget #endif // !_Fl_Progress_H_ // -// End of "$Id: Fl_Progress.H,v 1.1.2.3 2002/04/18 20:37:29 easysw Exp $". +// End of "$Id: Fl_Progress.H,v 1.1.2.4 2002/08/14 16:49:38 easysw Exp $". // -- cgit v1.2.3