mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Fix several minor warnings
This commit is contained in:
@ -44,7 +44,7 @@ TEST(TMDReader, Validity)
|
||||
class TMDReaderTest : public ::testing::Test
|
||||
{
|
||||
protected:
|
||||
virtual void SetUp() = 0;
|
||||
void SetUp() override = 0;
|
||||
|
||||
// Common tests.
|
||||
void TestGeneralInfo();
|
||||
|
Reference in New Issue
Block a user