From ee5b9974bb4bfd8460713abed104605dbaee5ce9 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 7 Apr 2022 12:12:20 +0200 Subject: Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int. --- FL/Fl_Menu_Item.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index 23441aae5..7ae1faeef 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -47,7 +47,7 @@ class Fl_Menu_; \code struct Fl_Menu_Item { const char* text; // label() - ulong shortcut_; + int shortcut_; Fl_Callback* callback_; void* user_data_; int flags; -- cgit v1.2.3