1
0
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:
Matt
2018-12-17 10:34:02 +01:00
parent 871a24c410
commit 5497036f01

View File

@@ -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;
}