diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-12 21:33:33 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2017-03-12 21:33:33 +0000 |
| commit | 2b47a115e1ae392204faa6744167384a73214052 (patch) | |
| tree | da9a4a73f0fba9f92e48f9696a68d70df8886495 /src | |
| parent | 3311119335076142f4c1bf317294e1e1ff17d47f (diff) | |
Remove superfluous semicolon.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12194 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -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. */ |
