diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/configtest.cc b/test/configtest.cc index c05299f..e12123f 100644 --- a/test/configtest.cc +++ b/test/configtest.cc @@ -37,7 +37,7 @@ public: protected: // Overload the built-in open method to use local file instead of homedir. - virtual bool open(std::string mode) override + virtual bool open(std::string mode) { fp = fopen("test.conf", mode.c_str()); return fp != nullptr; |