Skip to content

Commit

Permalink
fix inconsistent override
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 24, 2023
1 parent 547264f commit 70af7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/DailyViewLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ class DailyViewLayer : public cocos2d::CCLayer {
static bool compareDailies(const void* l1, const void* l2);
static cocos2d::CCScene* scene(bool isWeekly);
int getPage() const;
void keyDown(cocos2d::enumKeyCodes key) override;
void keyDown(cocos2d::enumKeyCodes key);
};

0 comments on commit 70af7d6

Please sign in to comment.