mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
clang-modernize -add-override
This commit is contained in:
parent
c89f04a7c5
commit
f28116b7da
67 changed files with 401 additions and 401 deletions
|
@ -35,12 +35,12 @@ TEST(IsMMIOAddress, SpecialAddresses)
|
|||
class MappingTest : public testing::Test
|
||||
{
|
||||
protected:
|
||||
virtual void SetUp()
|
||||
virtual void SetUp() override
|
||||
{
|
||||
m_mapping = new MMIO::Mapping();
|
||||
}
|
||||
|
||||
virtual void TearDown()
|
||||
virtual void TearDown() override
|
||||
{
|
||||
delete m_mapping;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue