summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.h
diff options
context:
space:
mode:
authorqarmin <mikrutrafal54@gmail.com>2019-07-10 11:54:12 +0200
committerqarmin <mikrutrafal54@gmail.com>2019-07-10 11:54:12 +0200
commit01cc7a996babc9173a393bf3dae080dc14a277c9 (patch)
treecc57520aebe056553aeb8999ef90f9c71cace392 /editor/editor_run.h
parent3bfffcc568d87342e867f95c35a4a19e09072189 (diff)
downloadredot-engine-01cc7a996babc9173a393bf3dae080dc14a277c9.tar.gz
Use reference to constant in functions
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r--editor/editor_run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h
index c27c8a05c8..9127c62030 100644
--- a/editor/editor_run.h
+++ b/editor/editor_run.h
@@ -51,7 +51,7 @@ private:
public:
Status get_status() const;
- Error run(const String &p_scene, const String p_custom_args, const List<String> &p_breakpoints);
+ Error run(const String &p_scene, const String &p_custom_args, const List<String> &p_breakpoints);
void run_native_notify() { status = STATUS_PLAY; }
void stop();