summaryrefslogtreecommitdiff
path: root/src/Fl_Menu_.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Menu_.cxx')
-rw-r--r--src/Fl_Menu_.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx
index 19abef626..5213d6886 100644
--- a/src/Fl_Menu_.cxx
+++ b/src/Fl_Menu_.cxx
@@ -172,11 +172,11 @@ void Fl_Menu_Item::setonly() {
}
}
-Fl_Menu_::Fl_Menu_(int X,int Y,int W,int H,const char* l)
/**
- Creates a new Fl_Menu_ widget using the given position, size,
- and label string. menu() is initialized to null.
-*/
+ Creates a new Fl_Menu_ widget using the given position, size,
+ and label string. menu() is initialized to null.
+ */
+Fl_Menu_::Fl_Menu_(int X,int Y,int W,int H,const char* l)
: Fl_Widget(X,Y,W,H,l) {
set_flag(SHORTCUT_LABEL);
box(FL_UP_BOX);