mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
constructor fix
This commit is contained in:
parent
316c17fc63
commit
130e0da270
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class BoomListView : cocos2d::CCLayer, TableViewDelegate, TableViewDataSource {
|
|||
inline ~BoomListView() {
|
||||
CC_SAFE_RELEASE(m_entries);
|
||||
}
|
||||
inline BoomListView() : m_tableView(nullptr), m_entries(nullptr) {}
|
||||
|
||||
static BoomListView* create(cocos2d::CCArray*, float, float, int, BoomListType) = mac 0x18ecb0, win 0x0, ios 0x0;
|
||||
bool init(cocos2d::CCArray*, float, float, int, BoomListType) = mac 0x18ee00, win 0x10c20, ios 0x12c5a8;
|
||||
|
|
Loading…
Reference in a new issue