Skip to content

Commit

Permalink
SF#215 Wrong return type in SocketConnector.h
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Dec 12, 2012
1 parent 25ea8ba commit 2b1de7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Net/include/Poco/Net/SocketConnector.h
Expand Up @@ -205,7 +205,7 @@ class SocketConnector
return _pReactor;
}

Socket& socket()
StreamSocket& socket()
/// Returns a reference to the SocketConnector's socket.
{
return _socket;
Expand Down

0 comments on commit 2b1de7e

Please sign in to comment.