You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
void set_button_group(const Ref<ButtonGroup> &p_group);
|
||||
Ref<ButtonGroup> get_button_group() const;
|
||||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
Array get_configuration_warnings() const override;
|
||||
|
||||
BaseButton();
|
||||
~BaseButton();
|
||||
|
||||
Reference in New Issue
Block a user