Remove unnecessary virtual keywords

This commit is contained in:
Lioncash
2015-07-30 06:47:02 -04:00
parent 567d0b20fa
commit 7ee0e75633
38 changed files with 211 additions and 207 deletions

View File

@ -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;

View File

@ -949,7 +949,7 @@ public:
Create();
}
virtual ExitCode Entry() override
ExitCode Entry() override
{
return (ExitCode)m_Partition.Partition->CheckIntegrity();
}