summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Menu_.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H
index 5b6f5984e..c609e7a8d 100644
--- a/FL/Fl_Menu_.H
+++ b/FL/Fl_Menu_.H
@@ -61,6 +61,8 @@ protected:
Fl_Fontsize textsize_;
Fl_Color textcolor_;
+ int item_pathname_(char *name, int namelen, const Fl_Menu_Item *finditem,
+ const Fl_Menu_Item *menu=0) const;
public:
Fl_Menu_(int,int,int,int,const char * =0);
~Fl_Menu_();