From 17b0785744287d0897175ed13000fba710c2dc5b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Fri, 15 Oct 2010 11:29:20 +0200 Subject: Destructor of poller_base_t made virtual. Signed-off-by: Martin Sustrik --- src/poller_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poller_base.hpp b/src/poller_base.hpp index f607d94..80a4025 100644 --- a/src/poller_base.hpp +++ b/src/poller_base.hpp @@ -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! -- cgit v1.2.3