aboutsummaryrefslogtreecommitdiffstats
path: root/include/configreader.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-01-25 02:52:11 +0000
committerGravatar Sadie Powell2019-01-25 02:52:11 +0000
commitc78ecdf579c0bf0a75ed0f9641ffef8d89c17ec8 (patch)
tree4d7b4e6135e4b8340698419a83bc29edec18a5ea /include/configreader.h
parentRemove the DEPRECATED_METHOD macro. (diff)
Replace the override macro with the override keyword.
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h2
1 files changed, 1 insertions, 1 deletions
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; }