From c78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 25 Jan 2019 02:52:11 +0000 Subject: Replace the override macro with the override keyword. --- include/configreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configreader.h') diff --git a/include/configreader.h b/include/configreader.h index d701c2d4b..0f4758246 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -484,7 +484,7 @@ class CoreExport ConfigReaderThread : public Thread delete Config; } - void Run() CXX11_OVERRIDE; + void Run() override; /** Run in the main thread to apply the configuration */ void Finish(); bool IsDone() { return done; } -- cgit v1.3.1-10-gc9f91