]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Remove extra double quote (")
[user/henk/code/inspircd.git] / include / configreader.h
index 69c98a55e48a804baadb084c099c502be72c9414..db7258d4e2b8114805eea909017f75ffcc29f789 100644 (file)
@@ -516,7 +516,7 @@ class CoreExport ConfigReaderThread : public Thread
                delete Config;
        }
 
-       void Run();
+       void Run() CXX11_OVERRIDE;
        /** Run in the main thread to apply the configuration */
        void Finish();
        bool IsDone() { return done; }