summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/poller_base.hpp2
1 files changed, 1 insertions, 1 deletions
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!