diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2026-02-06 02:33:41 +0500 |
| commit | 43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch) | |
| tree | d2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/nodes/Button_Node.cxx | |
| parent | 4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff) | |
wip
Diffstat (limited to 'fluid/nodes/Button_Node.cxx')
| -rw-r--r-- | fluid/nodes/Button_Node.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/nodes/Button_Node.cxx b/fluid/nodes/Button_Node.cxx index c1ac26e95..d989c527c 100644 --- a/fluid/nodes/Button_Node.cxx +++ b/fluid/nodes/Button_Node.cxx @@ -46,10 +46,10 @@ Button_Node Button_Node::prototype; static Fl_Menu_Item buttontype_menu[] = { - {"Normal", 0, nullptr, (void*)nullptr}, - {"Toggle", 0, nullptr, (void*)FL_TOGGLE_BUTTON}, - {"Radio", 0, nullptr, (void*)FL_RADIO_BUTTON}, - {nullptr} + {"Normal", 0, 0, (void*)0}, + {"Toggle", 0, 0, (void*)FL_TOGGLE_BUTTON}, + {"Radio", 0, 0, (void*)FL_RADIO_BUTTON}, + {0} }; Fl_Menu_Item *Button_Node::subtypes() { |
