mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Add missing static keyword.
This commit is contained in:
@@ -98,7 +98,7 @@ TEST_P(ReplayTests, RunReplay)
|
||||
}
|
||||
}
|
||||
|
||||
void PrintTo(const ReplayTestData& testData, std::ostream* os)
|
||||
static void PrintTo(const ReplayTestData& testData, std::ostream* os)
|
||||
{
|
||||
*os << testData.filePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user