Update doc of struct Fl_Menu_Item whose shortcut_ member is now an int.

This commit is contained in:
ManoloFLTK
2022-04-07 12:12:20 +02:00
parent 21428bad10
commit ee5b9974bb
+1 -1
View File
@@ -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;