mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
remove redundant virtual keyword
Signed-off-by: Sophia Hadash <sophiahadash@gmail.com>
This commit is contained in:
parent
dbc9ffb99e
commit
20d14ca71f
|
@ -63,11 +63,11 @@ public:
|
|||
|
||||
void onSizeChanged() override;
|
||||
void render(const glm::mat4& parentTrans) override;
|
||||
virtual void applyTheme(const std::shared_ptr<ThemeData>& theme,
|
||||
const std::string& view,
|
||||
const std::string& element,
|
||||
unsigned int properties) override;
|
||||
virtual std::vector<HelpPrompt> getHelpPrompts() override;
|
||||
void applyTheme(const std::shared_ptr<ThemeData>& theme,
|
||||
const std::string& view,
|
||||
const std::string& element,
|
||||
unsigned int properties) override;
|
||||
std::vector<HelpPrompt> getHelpPrompts() override;
|
||||
|
||||
private:
|
||||
// Calculate flexbox layout.
|
||||
|
|
Loading…
Reference in a new issue