diff options
Diffstat (limited to 'src/Fl_Repeat_Button.cxx')
| -rw-r--r-- | src/Fl_Repeat_Button.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Fl_Repeat_Button.cxx b/src/Fl_Repeat_Button.cxx index 94e6927a7..874a126e4 100644 --- a/src/Fl_Repeat_Button.cxx +++ b/src/Fl_Repeat_Button.cxx @@ -56,6 +56,13 @@ int Fl_Repeat_Button::handle(int event) { } } + +Fl_Repeat_Button::Fl_Repeat_Button(int X,int Y,int W,int H,const char *l) +: Fl_Button(X,Y,W,H,l) +{ +} + + // // End of "$Id$". // |
