diff options
Diffstat (limited to 'FL/Fl_Radio_Round_Button.H')
| -rw-r--r-- | FL/Fl_Radio_Round_Button.H | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Radio_Round_Button.H b/FL/Fl_Radio_Round_Button.H index f1c47b187..a53673827 100644 --- a/FL/Fl_Radio_Round_Button.H +++ b/FL/Fl_Radio_Round_Button.H @@ -26,8 +26,7 @@ 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);} + Fl_Radio_Round_Button(int X,int Y,int W,int H,const char *L=0); }; #endif |
