From 9ca532523c5fd10402fba89254e8b89e64da81d9 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sat, 25 Aug 2012 22:16:05 +0200 Subject: [PATCH] Typo fix. --- lib/socket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/socket.cpp b/lib/socket.cpp index 89bf05d1..518c77db 100644 --- a/lib/socket.cpp +++ b/lib/socket.cpp @@ -444,7 +444,7 @@ std::string Socket::Connection::getHost(){ /// Sets hostname for connection manually. /// Overwrites the detected host, thus possibily making it incorrect. -void setHost(std::string host){ +void Socket::Connection::setHost(std::string host){ remotehost = host; }