mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
remove semicolon after class
This commit is contained in:
parent
e342810a9a
commit
26893f1b80
1 changed files with 1 additions and 1 deletions
|
@ -5755,7 +5755,7 @@ class UserListDelegate {
|
|||
virtual void getUserListFailed(UserListType, GJErrorCode) {}
|
||||
virtual void getUserListFinished(cocos2d::CCArray*, UserListType) {}
|
||||
virtual void userListChanged(cocos2d::CCArray*, UserListType) {}
|
||||
};
|
||||
}
|
||||
|
||||
class VideoOptionsLayer : FLAlertLayer {
|
||||
VideoOptionsLayer* create() = win 0x1e0d70;
|
||||
|
|
Loading…
Reference in a new issue