From 0c21b331b0ad275e25af3ed623c36ddeff484748 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 12 Dec 2010 23:21:03 +0000 Subject: Added missing 'FL_EXPORT' to lots of classes. This may not be complete yet... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8022 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Round_Clock.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Round_Clock.H') 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) -- cgit v1.2.3