diff options
Diffstat (limited to 'src/ypollset.hpp')
-rw-r--r-- | src/ypollset.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ypollset.hpp b/src/ypollset.hpp index 296201a..25eb3e0 100644 --- a/src/ypollset.hpp +++ b/src/ypollset.hpp @@ -35,8 +35,8 @@ namespace zmq { public: - // Create the pollset. ypollset_t (); + ~ypollset_t (); // i_signaler interface implementation. void signal (int signal_); |