From 2b47a115e1ae392204faa6744167384a73214052 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 12 Mar 2017 21:33:33 +0000 Subject: Remove superfluous semicolon. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12194 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Input_Choice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit v1.2.3