mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
UI: Fix an override warning.
This commit is contained in:
parent
481181714b
commit
1bcafafdbb
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ public:
|
|||
Choice(ImageID image, LayoutParams *layoutParams = nullptr)
|
||||
: ClickableItem(layoutParams), atlasImage_(image), iconImage_(ImageID::invalid()), centered_(false), highlighted_(false), selected_(false) {}
|
||||
|
||||
virtual void Click();
|
||||
void Click() override;
|
||||
virtual void HighlightChanged(bool highlighted);
|
||||
void GetContentDimensionsBySpec(const UIContext &dc, MeasureSpec horiz, MeasureSpec vert, float &w, float &h) const override;
|
||||
void Draw(UIContext &dc) override;
|
||||
|
|
Loading…
Add table
Reference in a new issue