summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-18 14:48:55 +0100
committerGitHub <noreply@github.com>2022-01-18 14:48:55 +0100
commitfd5fb7d64adefb40d8de94236bf41938aa020d21 (patch)
treeb419259fca80c41db127327bd85a0894cf5e1f23 /editor/editor_node.h
parentca93518ebbdc94575a9a9d0e379712bbd7f64749 (diff)
parent2ec7c6a6bcc340b6bd196ef8be53bcd6469fe177 (diff)
Merge pull request #56899 from touilleMan/fix-editor_node-set_exit_code
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 7f5d23dbde..ff56040297 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -535,7 +535,7 @@ private:
void _add_dropped_files_recursive(const Vector<String> &p_files, String to_path);
String _recent_scene;
- void _exit_editor();
+ void _exit_editor(int p_exit_code);
bool convert_old;