From 072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 Mon Sep 17 00:00:00 2001 From: Wilson E. Alvarez Date: Thu, 14 Sep 2017 13:49:11 -0400 Subject: Renamed function arguments to keep them consistent between declaration and implementation --- editor/editor_node.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/editor_node.cpp') diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 3735c3057..1f745ed01 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -3306,9 +3306,9 @@ void EditorNode::_editor_file_dialog_unregister(EditorFileDialog *p_dialog) { Vector EditorNode::_init_callbacks; -Error EditorNode::export_preset(const String &preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after) { +Error EditorNode::export_preset(const String &p_preset, const String &p_path, bool p_debug, const String &p_password, bool p_quit_after) { - export_defer.preset = preset; + export_defer.preset = p_preset; export_defer.path = p_path; export_defer.debug = p_debug; export_defer.password = p_password; -- cgit v1.2.3-70-g09d2