summaryrefslogtreecommitdiff
path: root/modules/mono/editor/monodevelop_instance.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-02-01 17:26:13 +0100
committerGitHub <noreply@github.com>2018-02-01 17:26:13 +0100
commit0033e72a0f4d5ec271340fae86e0b64445720330 (patch)
tree0408490c937f6a91d6935dd2ab4dab2891badd48 /modules/mono/editor/monodevelop_instance.h
parent4cb64feae8f118529a5e1108c13d8fe05771857f (diff)
parent08d4bfacafa8abe435d51a6afecb276030a23280 (diff)
Merge pull request #16276 from bcr3ative/issue_15668
Fix inconsistencies and typos in argument names
Diffstat (limited to 'modules/mono/editor/monodevelop_instance.h')
-rw-r--r--modules/mono/editor/monodevelop_instance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/monodevelop_instance.h b/modules/mono/editor/monodevelop_instance.h
index 7e8a76b595..552c10a61d 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);
};