summaryrefslogtreecommitdiff
path: root/fluid/nodes/Button_Node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/nodes/Button_Node.cxx')
-rw-r--r--fluid/nodes/Button_Node.cxx8
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() {