mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 01:59:02 +00:00
Run code through clang-modernize -add-override to add 'override' decls.
This commit is contained in:
parent
c579637eaf
commit
21610c2e54
45 changed files with 296 additions and 296 deletions
|
@ -919,7 +919,7 @@ public:
|
|||
Create();
|
||||
}
|
||||
|
||||
virtual ExitCode Entry()
|
||||
virtual ExitCode Entry() override
|
||||
{
|
||||
return (ExitCode)m_Partition.Partition->CheckIntegrity();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue