summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_Item.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Menu_Item.H')
-rw-r--r--FL/Fl_Menu_Item.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H
index f0cd49e9b..09b9e0206 100644
--- a/FL/Fl_Menu_Item.H
+++ b/FL/Fl_Menu_Item.H
@@ -21,6 +21,7 @@
#include <FL/Fl_Image.H>
#include <FL/Fl_Multi_Label.H>
#include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
+#include <FL/fl_draw.H>
// doxygen needs the following line to enable e.g. ::FL_MENU_TOGGLE to link to the enums
/// @file
@@ -39,8 +40,6 @@ enum { // values for flags:
///< Note: \b ALL other bits in \p flags are reserved: do not use them for your own purposes!
};
-extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*);
-
class Fl_Menu_;
/**