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; }