diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-07-16 15:13:14 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-07-16 15:13:14 +0200 |
| commit | 86f2904858d77ac01093be1222560a2cdb921161 (patch) | |
| tree | 3b5b4327b435b9966776a9b1a2cec19d72d6459e /FL/Fl_Menu_Item.H | |
| parent | e444371b1831fc4f84ef554902a07f8d52b3573f (diff) | |
Remove warnings triggered by -Wredundant-decls (#1277)
Diffstat (limited to 'FL/Fl_Menu_Item.H')
| -rw-r--r-- | FL/Fl_Menu_Item.H | 3 |
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_; /** |
