fix MoreSearchLayer::create on Mac

This commit is contained in:
Cvolton 2023-10-13 19:21:13 +02:00 committed by mat
parent d6dd153b65
commit bf2022aee4

View file

@ -4354,7 +4354,7 @@ class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol, GooglePlayDelegate {
class MessageListDelegate {} class MessageListDelegate {}
class MoreSearchLayer : FLAlertLayer { class MoreSearchLayer : FLAlertLayer {
static MoreSearchLayer* create() = mac 0x38ab40, win 0x182520; static MoreSearchLayer* create() = mac 0x388180, win 0x182520;
virtual bool init() = mac 0x3896b0, win 0x1825c0; virtual bool init() = mac 0x3896b0, win 0x1825c0;
void onClose(cocos2d::CCObject*) = mac 0x38aa40, win 0x1848f0; void onClose(cocos2d::CCObject*) = mac 0x38aa40, win 0x1848f0;
} }