aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-17 12:53:48 +0200
committerGitHub2017-09-17 12:53:48 +0200
commitc74bab66aaaef355ef8ac8d7e1a249509fad544e (patch)
treeacb761bb28562f1f40e0e5736a9c79e91b4b7fb1 /editor/editor_node.h
parenta1b4e4c607acb09c13bdf1b9609f2d45c4b01e15 (diff)
parent072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 (diff)
downloadgodot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.tar.gz
godot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.tar.zst
godot-c74bab66aaaef355ef8ac8d7e1a249509fad544e.zip
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index f1cdb7b89..33031e563 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -715,7 +715,7 @@ public:
void show_warning(const String &p_text, const String &p_title = "Warning!");
- Error export_preset(const String &p_platform, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false);
+ Error export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after = false);
static void register_editor_types();
static void unregister_editor_types();