mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 23:37:02 +08:00
Remove superfluous semicolon.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12194 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user