summaryrefslogtreecommitdiff
path: root/editor/shader_create_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/shader_create_dialog.h')
-rw-r--r--editor/shader_create_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/shader_create_dialog.h b/editor/shader_create_dialog.h
index cc338cd6b5..6962fa3d8d 100644
--- a/editor/shader_create_dialog.h
+++ b/editor/shader_create_dialog.h
@@ -94,7 +94,7 @@ class ShaderCreateDialog : public ConfirmationDialog {
void _mode_changed(int p_mode = 0);
void _browse_path();
void _file_selected(const String &p_file);
- String _validate_path(const String &p_path, bool p_file_must_exist);
+ String _validate_path(const String &p_path);
virtual void ok_pressed() override;
void _create_new();
void _load_exist();