diff options
| -rw-r--r-- | src/Fl_Input_Choice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input_Choice.cxx b/src/Fl_Input_Choice.cxx index 0735d869d..a3fcedcbb 100644 --- a/src/Fl_Input_Choice.cxx +++ b/src/Fl_Input_Choice.cxx @@ -96,7 +96,7 @@ Fl_Input_Choice::InputMenuButton::InputMenuButton(int x,int y,int w,int h,const :Fl_Menu_Button(x,y,w,h,l) { box(FL_UP_BOX); -}; +} /** Draws the private menu button. */ |
