From 28776a862e6a00f4209c95531592c1abe08448f2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 21 May 2015 20:56:56 +0200 Subject: override not supported by our build servers, so better not use it yet. --- test/configtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3