diff options
Diffstat (limited to 'FL/Fl_Round_Clock.H')
| -rw-r--r-- | FL/Fl_Round_Clock.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Round_Clock.H b/FL/Fl_Round_Clock.H index ceb86d48d..3ae748256 100644 --- a/FL/Fl_Round_Clock.H +++ b/FL/Fl_Round_Clock.H @@ -27,9 +27,8 @@ /** A clock widget of type FL_ROUND_CLOCK. Has no box. */ 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) - : Fl_Clock(X, Y, W, H, L) {type(FL_ROUND_CLOCK); box(FL_NO_BOX);} + /** Creates the clock widget, setting his type and box. */ + Fl_Round_Clock(int X,int Y,int W,int H, const char *L = 0); }; #endif |
