summaryrefslogtreecommitdiff
path: root/FL/Fl_Round_Clock.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Round_Clock.H')
-rw-r--r--FL/Fl_Round_Clock.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H
index 8f9ab913b..9fb900534 100644
--- a/FL/Fl_Round_Clock.H
+++ b/FL/Fl_Round_Clock.H
@@ -34,7 +34,7 @@
#include "Fl_Clock.H"
/** A clock widget of type FL_ROUND_CLOCK. Has no box. */
-class Fl_Round_Clock : public Fl_Clock {
+class FL_EXPORT Fl_Round_Clock : public Fl_Clock {
public:
/** Creates the clock widget, setting his type and box. */
Fl_Round_Clock(int x,int y,int w,int h, const char *l = 0)