modules: use override keyword

Resolves #736
This commit is contained in:
J-P Nurmi
2014-11-05 07:48:24 +01:00
parent f7270e8b2e
commit f9318d02cf
57 changed files with 509 additions and 509 deletions

View File

@@ -299,7 +299,7 @@ public:
AddCommand("Info", static_cast<CModCommand::ModCmdFunc>(&CAliasMod::InfoCommand), "<name>", "Reports the actions performed by an alias.");
}
virtual EModRet OnUserRaw(CString& sLine)
virtual EModRet OnUserRaw(CString& sLine) override
{
CAlias current_alias;