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. --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index c2233a893..0e69dfc0a 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -440,7 +440,7 @@ namespace { Module* const mod; UnloadAction(Module* m) : mod(m) {} - void Call() CXX11_OVERRIDE + void Call() override { DLLManager* dll = mod->ModuleDLLManager; ServerInstance->Modules->DoSafeUnload(mod); -- cgit v1.3.1-10-gc9f91