Typo fix.
This commit is contained in:
parent
fd2211f85f
commit
9ca532523c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue