From 24ae6a6802da5fc3f90b075d21cd4275e7138441 Mon Sep 17 00:00:00 2001 From: Dehravor Date: Tue, 29 Apr 2014 16:35:11 +0200 Subject: Core/Misc: Remove obsolete C++11 backward compatibility macros OVERRIDE, FINAL, DELETE_MEMBER --- src/server/worldserver/CommandLine/CliRunnable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/worldserver/CommandLine') diff --git a/src/server/worldserver/CommandLine/CliRunnable.h b/src/server/worldserver/CommandLine/CliRunnable.h index 0306109ab54..5510173973e 100644 --- a/src/server/worldserver/CommandLine/CliRunnable.h +++ b/src/server/worldserver/CommandLine/CliRunnable.h @@ -27,7 +27,7 @@ class CliRunnable : public ACE_Based::Runnable { public: - void run() OVERRIDE; + void run() override; }; #endif -- cgit v1.2.3