mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Destructor of poller_base_t made virtual.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
parent
3e74a439c4
commit
17b0785744
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user