mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-09 11:05:56 +00:00
Remove unnecessary virtual keywords
This commit is contained in:
parent
567d0b20fa
commit
7ee0e75633
38 changed files with 211 additions and 207 deletions
|
@ -120,7 +120,7 @@ public:
|
|||
void UpdateTitle(const std::string &str);
|
||||
|
||||
const CGameListCtrl *GetGameListCtrl() const;
|
||||
virtual wxMenuBar* GetMenuBar() const override;
|
||||
wxMenuBar* GetMenuBar() const override;
|
||||
|
||||
#ifdef __WXGTK__
|
||||
Common::Event panic_event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue