From ee5cd8493e34a1c049066ead25e9094b30cd49b5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 18 Feb 2012 15:04:26 -0500 Subject: Use C++11's explicit override feature if available --- modules/commands/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/help.cpp') diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index a7356c0d0..a329eb63c 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -23,7 +23,7 @@ class CommandHelp : public Command this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } - void Execute(CommandSource &source, const std::vector ¶ms) + void Execute(CommandSource &source, const std::vector ¶ms) anope_override { EventReturn MOD_RESULT; FOREACH_RESULT(I_OnPreHelp, OnPreHelp(source, params)); -- cgit