mirror of
https://github.com/anope/anope.git
synced 2026-07-06 13:33:13 +02:00
Use C++11's explicit override feature if available
This commit is contained in:
@@ -23,7 +23,7 @@ class CommandHelp : public Command
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
}
|
||||
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms)
|
||||
void Execute(CommandSource &source, const std::vector<Anope::string> ¶ms) anope_override
|
||||
{
|
||||
EventReturn MOD_RESULT;
|
||||
FOREACH_RESULT(I_OnPreHelp, OnPreHelp(source, params));
|
||||
|
||||
Reference in New Issue
Block a user