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-utf8.cpp')
-rw-r--r--tests/ts-utf8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts-utf8.cpp b/tests/ts-utf8.cpp
index 9208648..a463dc3 100644
--- a/tests/ts-utf8.cpp
+++ b/tests/ts-utf8.cpp
@@ -3,7 +3,7 @@
class TestUTF8 : public ::testing::Test {
protected:
- void TestUTF8::SetUp() override;
+ void SetUp() override;
protected:
CSimpleIniA ini;
};