mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add missing override
This commit is contained in:
parent
2484eb31ee
commit
5421ad1b78
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace geode {
|
|||
float m_topPadding = 7.5f;
|
||||
float m_bottomPadding = 7.5f;
|
||||
|
||||
bool init();
|
||||
bool init() override;
|
||||
|
||||
public:
|
||||
static ListBorders* create();
|
||||
|
|
Loading…
Reference in a new issue