Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ts-roundtrip.cpp')
-rw-r--r--tests/ts-roundtrip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts-roundtrip.cpp b/tests/ts-roundtrip.cpp
index 3808a08..d4e663a 100644
--- a/tests/ts-roundtrip.cpp
+++ b/tests/ts-roundtrip.cpp
@@ -4,7 +4,7 @@
class TestRoundTrip : public ::testing::Test {
protected:
- void TestRoundTrip::SetUp() override;
+ void SetUp() override;
void TestMulti();
void TestBOM(bool useBOM);