summaryrefslogtreecommitdiff
path: root/src/socket_base.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-10 12:04:26 +0200
committermalosek <malosek@fastmq.com>2009-09-10 12:04:26 +0200
commit95944551be93665fe4dcadbe00168da553b7d82f (patch)
tree084ed6b5136c05c2f5ca1574aaac1cc4a282dc96 /src/socket_base.hpp
parent5acef9fc96280df934176b02de724eb904e4bba3 (diff)
parentb3f32e219ec15a582b6fd03b155e0861443690f6 (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r--src/socket_base.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp
index 3f5774f..5711dbe 100644
--- a/src/socket_base.hpp
+++ b/src/socket_base.hpp
@@ -39,7 +39,7 @@ namespace zmq
public:
socket_base_t (class app_thread_t *parent_);
- ~socket_base_t ();
+ virtual ~socket_base_t ();
// Interface for communication with the API layer.
virtual int setsockopt (int option_, const void *optval_,