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
+1 -1
View File
@@ -181,7 +181,7 @@ void CHTTPSock::ReadLine(const CString& sData) {
}
}
CString CHTTPSock::GetRemoteIP() {
CString CHTTPSock::GetRemoteIP() const {
if (!m_sForwardedIP.empty()) {
return m_sForwardedIP;
}