X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstreamsocket.h;h=3ffe72aa164441f1510c383a7ca322dcdd29d4d3;hb=4b408e693bcb004ccaa6958610e946cfbeff9465;hp=dcc5dbd63c7025751c771ea141c148a197080436;hpb=4feef9d7a2d96668660686d3812973e6f788359a;p=libs%2Fnet.git 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);