diff options
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index 15e838d69f..038c5c0bce 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -75,6 +75,7 @@ class ScriptCreateDialog : public ConfirmationDialog { String script_template; Vector<String> template_list; + void _path_hbox_sorted(); bool _can_be_built_in(); void _path_changed(const String &p_path = String()); void _path_entered(const String &p_path = String()); |