You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Fix inconsistencies and typos in argument names
(cherry picked from commit 08d4bfacaf)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
62dc7ba82f
commit
7de47fbabb
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user