X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fstreamsocket.h;h=3ffe72aa164441f1510c383a7ca322dcdd29d4d3;hp=dcc5dbd63c7025751c771ea141c148a197080436;hb=4b408e693bcb004ccaa6958610e946cfbeff9465;hpb=5cf15ce8f6b17a47f662eb8f60de619fd6bf7b53 diff --git a/source/streamsocket.h b/source/streamsocket.h index dcc5dbd..3ffe72a 100644 --- a/source/streamsocket.h +++ b/source/streamsocket.h @@ -19,7 +19,7 @@ public: private: /// Used by StreamListenSocket to construct a new socket from accept. - StreamSocket(SocketHandle, const SockAddr &); + StreamSocket(const Private &, const SockAddr &); public: StreamSocket(Family, int = 0);