mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-21 00:38:43 +00:00
UnitTests: Remove redundant virtual
specifier
This commit is contained in:
parent
89873d6238
commit
d5314cbf48
3 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ protected:
|
|||
m_fs = IOS::HLE::Kernel{}.GetFS();
|
||||
}
|
||||
|
||||
virtual ~FileSystemTest()
|
||||
~FileSystemTest() override
|
||||
{
|
||||
if (UserDirectoryCreationFailed())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue