diff options
Diffstat (limited to 'editor/node_dock.h')
-rw-r--r-- | editor/node_dock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h index 0af65719c9..7c4f6bbecc 100644 --- a/editor/node_dock.h +++ b/editor/node_dock.h @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ @@ -59,6 +59,8 @@ public: void show_groups(); void show_connections(); + void update_lists(); + NodeDock(); }; |