Destructor of poller_base_t made virtual.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik 2010-10-15 11:29:20 +02:00
parent 3e74a439c4
commit 17b0785744

View File

@ -33,7 +33,7 @@ namespace zmq
public:
poller_base_t ();
~poller_base_t ();
virtual ~poller_base_t ();
// Returns load of the poller. Note that this function can be
// invoked from a different thread!