Change return type of get_configuration_warnings to PackedStringArray
This commit is contained in:
parent
908795301b
commit
aed3822a93
126 changed files with 201 additions and 203 deletions
|
|
@ -501,8 +501,8 @@ void ScrollContainer::set_follow_focus(bool p_follow) {
|
|||
follow_focus = p_follow;
|
||||
}
|
||||
|
||||
TypedArray<String> ScrollContainer::get_configuration_warnings() const {
|
||||
TypedArray<String> warnings = Container::get_configuration_warnings();
|
||||
PackedStringArray ScrollContainer::get_configuration_warnings() const {
|
||||
PackedStringArray warnings = Container::get_configuration_warnings();
|
||||
|
||||
int found = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue