const correctness fixes

This commit is contained in:
J-P Nurmi
2014-10-01 20:30:26 +02:00
parent 4fe249280e
commit ef4caae6d1
12 changed files with 31 additions and 31 deletions

View File

@@ -775,7 +775,7 @@ void CClient::PutIRC(const CString& sLine) {
}
}
CString CClient::GetFullName() {
CString CClient::GetFullName() const {
if (!m_pUser)
return GetRemoteIP();
if (!m_pNetwork)