Commit 17b07857 authored by Martin Sustrik's avatar Martin Sustrik

Destructor of poller_base_t made virtual.

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent 3e74a439
...@@ -33,7 +33,7 @@ namespace zmq ...@@ -33,7 +33,7 @@ namespace zmq
public: public:
poller_base_t (); poller_base_t ();
~poller_base_t (); virtual ~poller_base_t ();
// Returns load of the poller. Note that this function can be // Returns load of the poller. Note that this function can be
// invoked from a different thread! // invoked from a different thread!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment