diff options
Diffstat (limited to 'FL/Fl_Radio_Round_Button.H')
| -rw-r--r-- | FL/Fl_Radio_Round_Button.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index 52e172bfb..e282ec58d 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -33,7 +33,7 @@ #include "Fl_Round_Button.H" -class Fl_Radio_Round_Button : public Fl_Round_Button { +class FL_EXPORT Fl_Radio_Round_Button : public Fl_Round_Button { public: Fl_Radio_Round_Button(int x,int y,int w,int h,const char *l=0) : Fl_Round_Button(x,y,w,h,l) {type(FL_RADIO_BUTTON);} |
