diff options
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r-- | src/socket_base.hpp | 2 |
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_, |