summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.com>2009-09-09 09:07:11 +0200
committerMartin Sustrik <sustrik@fastmq.com>2009-09-09 09:07:11 +0200
commitc99f39abc669084fd3a94675ee98e235448ad5a4 (patch)
tree26480a694e81daceb6f3f97ec94147011c389e6d /src/object.hpp
parent37d8371967308ab1e541cf58b91e368b3e0b526c (diff)
parentcb78991f8e20fa35d99fa209be659c0aed59de47 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
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 ();