X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fpoll.h;h=d7823aa9108d8d16bd856fd2fbb4b35f41ac04fa;hb=b4806214e905752617691f851717033fd3f266c2;hp=78e6088f8bfe0f5289864550136cedab5154df84;hpb=d16185720fa344263367dbd50c61bfc8183d99a4;p=libs%2Fcore.git diff --git a/source/io/poll.h b/source/io/poll.h index 78e6088..d7823aa 100644 --- a/source/io/poll.h +++ b/source/io/poll.h @@ -54,6 +54,7 @@ private: public: Poller(); + ~Poller(); void set_object(EventObject &, PollEvent); int poll();