X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fstreamsocket.h;fp=source%2Fnet%2Fstreamsocket.h;h=6f478d289985f0a553a9c9261ccf5ff02a14579a;hp=b6d43b5abc227770587c19d199f49f8ebf66291e;hb=e900bb4a8fe086fac55ffe51c75915be0003c5e4;hpb=1b10f5af5af97d1678b0a66a18bf2f024428e9a2 diff --git a/source/net/streamsocket.h b/source/net/streamsocket.h index b6d43b5..6f478d2 100644 --- a/source/net/streamsocket.h +++ b/source/net/streamsocket.h @@ -28,7 +28,7 @@ public: bool poll_connect(const Time::TimeDelta &) override; private: - void on_event(IO::PollEvent); + void on_event(IO::PollEvent) override; }; } // namespace Net