Replace Array return types with TypedArray
This commit is contained in:
@ -151,7 +151,7 @@ protected:
|
||||
public:
|
||||
BaseButton *get_pressed_button();
|
||||
void get_buttons(List<BaseButton *> *r_buttons);
|
||||
Array _get_buttons();
|
||||
TypedArray<BaseButton> _get_buttons();
|
||||
ButtonGroup();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user