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
+1 -1
View File
@@ -24,7 +24,7 @@ public:
virtual ~CBlockMotd() {
}
virtual EModRet OnRaw(CString &sLine) {
virtual EModRet OnRaw(CString &sLine) override {
const CString sCmd = sLine.Token(1);
if (sCmd == "375" /* begin of MOTD */