X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fstreamsocket.h;h=66841de0217f6fd5fb20dc6064c745980241ba47;hp=6fbb7d5a79472e96368001abb7a57bf8a664c318;hb=a81c41acd873cda7f40bca634782230d9e57dc4f;hpb=c016a1ae2bc93a48074e4b8cafab70b9d2c9fc20 diff --git a/source/streamsocket.h b/source/streamsocket.h index 6fbb7d5..66841de 100644 --- a/source/streamsocket.h +++ b/source/streamsocket.h @@ -22,7 +22,7 @@ public: private: StreamSocket(SocketHandle, const SockAddr &); public: - StreamSocket(Family, int =0); + StreamSocket(Family, int = 0); bool is_connecting() const { return connecting; } int poll_connect(const Time::TimeDelta &);