diff options
Diffstat (limited to 'editor/node_dock.h')
| -rw-r--r-- | editor/node_dock.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h index df41ecf5b..b7d91899d 100644 --- a/editor/node_dock.h +++ b/editor/node_dock.h @@ -34,7 +34,7 @@ class NodeDock : public VBoxContainer { - GDCLASS(NodeDock,VBoxContainer); + GDCLASS(NodeDock, VBoxContainer); ToolButton *connections_button; ToolButton *groups_button; @@ -44,18 +44,16 @@ class NodeDock : public VBoxContainer { HBoxContainer *mode_hb; - Label* select_a_node; + Label *select_a_node; protected: - static void _bind_methods(); void _notification(int p_what); public: - static NodeDock *singleton; - void set_node(Node* p_node); + void set_node(Node *p_node); void show_groups(); void show_connections(); |
