summaryrefslogtreecommitdiff
path: root/editor/editor_name_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_name_dialog.h')
-rw-r--r--editor/editor_name_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_name_dialog.h b/editor/editor_name_dialog.h
index a98db4ffe6..eeeee34d7e 100644
--- a/editor/editor_name_dialog.h
+++ b/editor/editor_name_dialog.h
@@ -38,6 +38,7 @@ class EditorNameDialog : public ConfirmationDialog {
GDCLASS(EditorNameDialog, ConfirmationDialog);
+ VBoxContainer *makevb;
LineEdit *name;
void _line_gui_input(const InputEvent &p_event);