You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Update Node::get_configuration_warnings signature
This commit is contained in:
@@ -119,7 +119,7 @@ public:
|
||||
VScrollBar *get_v_scroll_bar();
|
||||
void ensure_control_visible(Control *p_control);
|
||||
|
||||
PackedStringArray get_configuration_warnings() const override;
|
||||
Array get_configuration_warnings() const override;
|
||||
|
||||
ScrollContainer();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user