diff options
| author | Paolo Perkovic | 2018-02-01 09:57:10 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-04 20:10:13 +0100 |
| commit | 7de47fbabb28198b41aa475e64eaa0fbcfff126a (patch) | |
| tree | b9181261ccf7d6aa1bbb43bdfb47a62a3107c240 /modules/mono/editor/monodevelop_instance.h | |
| parent | 62dc7ba82f56c3bc1bde46e01950f449cf960910 (diff) | |
| download | godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.gz godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.tar.zst godot-7de47fbabb28198b41aa475e64eaa0fbcfff126a.zip | |
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacafa8abe435d51a6afecb276030a23280)
Diffstat (limited to 'modules/mono/editor/monodevelop_instance.h')
| -rw-r--r-- | modules/mono/editor/monodevelop_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/monodevelop_instance.h b/modules/mono/editor/monodevelop_instance.h index 7e8a76b59..552c10a61 100644 --- a/modules/mono/editor/monodevelop_instance.h +++ b/modules/mono/editor/monodevelop_instance.h @@ -43,7 +43,7 @@ class MonoDevelopInstance { public: void execute(const Vector<String> &p_files); - void execute(const String &p_files); + void execute(const String &p_file); MonoDevelopInstance(const String &p_solution); }; |
