diff options
| author | Paolo Perkovic | 2018-02-01 09:57:10 +0100 |
|---|---|---|
| committer | Paolo Perkovic | 2018-02-01 16:47:20 +0100 |
| commit | 08d4bfacafa8abe435d51a6afecb276030a23280 (patch) | |
| tree | e0d37560439f599958a99dd191b2802039591956 /modules/mono/editor/monodevelop_instance.h | |
| parent | 2459eebc1d0d679efb546aa5a95ddd493290a7aa (diff) | |
| download | godot-08d4bfacafa8abe435d51a6afecb276030a23280.tar.gz godot-08d4bfacafa8abe435d51a6afecb276030a23280.tar.zst godot-08d4bfacafa8abe435d51a6afecb276030a23280.zip | |
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); }; |
