summaryrefslogtreecommitdiff
path: root/src/ypollset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ypollset.cpp')
-rw-r--r--src/ypollset.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ypollset.cpp b/src/ypollset.cpp
index 5a7c69f..a72eac7 100644
--- a/src/ypollset.cpp
+++ b/src/ypollset.cpp
@@ -23,6 +23,10 @@ zmq::ypollset_t::ypollset_t ()
{
}
+zmq::ypollset_t::~ypollset_t ()
+{
+}
+
void zmq::ypollset_t::signal (int signal_)
{
zmq_assert (signal_ >= 0 && signal_ < wait_signal);