From 439ea98da9a88e40c785498cc9040c839665c16f Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 20 Sep 2015 23:18:31 +0200 Subject: [PATCH] crypt: add missing override [-Winconsistent-missing-override] --- modules/crypt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/crypt.cpp b/modules/crypt.cpp index 41466e14..cafe114e 100644 --- a/modules/crypt.cpp +++ b/modules/crypt.cpp @@ -200,7 +200,7 @@ public: return CONTINUE; } - EModRet OnRaw(CString& sLine) { + EModRet OnRaw(CString& sLine) override { if (!sLine.Token(1).Equals("332")) { return CONTINUE; }