mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55: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& clearBtnHelpText = "CLEAR",
|
||||||
const std::string& cancelBtnHelpText = "DISCARD CHANGES");
|
const std::string& cancelBtnHelpText = "DISCARD CHANGES");
|
||||||
|
|
||||||
void onSizeChanged();
|
void onSizeChanged() override;
|
||||||
bool input(InputConfig* config, Input input);
|
bool input(InputConfig* config, Input input) override;
|
||||||
void update(int deltaTime) override;
|
void update(int deltaTime) override;
|
||||||
|
|
||||||
std::vector<HelpPrompt> getHelpPrompts() override;
|
std::vector<HelpPrompt> getHelpPrompts() override;
|
||||||
|
|
Loading…
Reference in a new issue