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:
Albrecht Schlosser
2017-03-12 21:33:33 +00:00
parent 3311119335
commit 2b47a115e1
+1 -1
View File
@@ -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. */