summaryrefslogtreecommitdiff
path: root/src/object.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-08 16:55:03 +0200
committermalosek <malosek@fastmq.com>2009-09-08 16:55:03 +0200
commit734a62c12d2e2fb009ccf97d7d188060a474cc17 (patch)
treecbbb565d25dc7432c62d87641f5e0b9b143d94b2 /src/object.hpp
parent844b590b5e348d8513ed574f6548cc0be41574af (diff)
Sparc solaris port
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 ();