mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00: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…
x
Reference in New Issue
Block a user