summaryrefslogtreecommitdiff
path: root/src/select.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.hpp')
-rw-r--r--src/select.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.hpp b/src/select.hpp
index c1e72a7..c442477 100644
--- a/src/select.hpp
+++ b/src/select.hpp
@@ -50,6 +50,7 @@ namespace zmq
public:
select_t ();
+ ~select_t ();
// i_poller implementation.
handle_t add_fd (fd_t fd_, i_poll_events *events_);
@@ -63,7 +64,6 @@ namespace zmq
int get_load ();
void start ();
void stop ();
- void join ();
private: