You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Updated function argument names
This commit is contained in:
@@ -106,7 +106,7 @@ class DependencyErrorDialog : public ConfirmationDialog {
|
||||
void custom_action(const String &);
|
||||
|
||||
public:
|
||||
void show(const String &p_for, const Vector<String> &report);
|
||||
void show(const String &p_for_file, const Vector<String> &report);
|
||||
DependencyErrorDialog();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user