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:
authorwatercal <brofield@users.noreply.github.com>2020-06-16 17:57:49 +0300
committerwatercal <brofield@users.noreply.github.com>2020-06-16 17:57:49 +0300
commitff3ba14154eedec7f3f1b29a403cc072ca6846c2 (patch)
tree922ee506e3f4fee7af59f42a02534273dedecd3c /tests/ts-roundtrip.cpp
parent3fea945de7264e7a6ae058211203a7f2b1a42b9d (diff)
Fixing build on linux
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);