summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp
index 2e41507..1954071 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -37,7 +37,7 @@ namespace zmq
object_t (class dispatcher_t *dispatcher_, int thread_slot_);
object_t (object_t *parent_);
- ~object_t ();
+ virtual ~object_t ();
int get_thread_slot ();
dispatcher_t *get_dispatcher ();