Fix warnings from -Woverloaded-virtual.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@816 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-07-19 22:28:54 +00:00
parent 9f665430e4
commit ac805c59a9
5 changed files with 10 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ public:
return CONTINUE;
}
virtual EModRet OnUserNotice(const CString& sTarget, CString& sMessage) {
virtual EModRet OnUserNotice(CString& sTarget, CString& sMessage) {
PutModule("[" + sTarget + "] usernotice [" + sMessage + "]");
sMessage = "\037" + sMessage + "\037";