diff options
| -rw-r--r-- | FL/Fl_Menu_.H | 2 | ||||
| -rw-r--r-- | src/Fl_Menu_.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H index 20ec75e7d..5daec157d 100644 --- a/FL/Fl_Menu_.H +++ b/FL/Fl_Menu_.H @@ -52,7 +52,7 @@ class FL_EXPORT Fl_Menu_ : public Fl_Widget { protected: - uchar alloc; + uchar alloc; // flag indicates if menu_ is a dynamic copy (=1) or not (=0) uchar down_box_; Fl_Font textfont_; Fl_Fontsize textsize_; diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index cc7ab3911..ce417bfa9 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -275,7 +275,7 @@ int Fl_Menu_::size() const { Sets the menu array pointer directly. If the old menu is private it is deleted. NULL is allowed and acts the same as a zero-length menu. If you try to modify the array (with add(), replace(), or - delete()) a private copy is automatically done. + remove()) a private copy is automatically done. */ void Fl_Menu_::menu(const Fl_Menu_Item* m) { clear(); |
