mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed two Clang warnings.
This commit is contained in:
parent
94eb34a5cf
commit
9ae62cca4d
|
@ -32,8 +32,8 @@ public:
|
|||
const std::string& clearBtnHelpText = "CLEAR",
|
||||
const std::string& cancelBtnHelpText = "DISCARD CHANGES");
|
||||
|
||||
void onSizeChanged();
|
||||
bool input(InputConfig* config, Input input);
|
||||
void onSizeChanged() override;
|
||||
bool input(InputConfig* config, Input input) override;
|
||||
void update(int deltaTime) override;
|
||||
|
||||
std::vector<HelpPrompt> getHelpPrompts() override;
|
||||
|
|
Loading…
Reference in a new issue