summaryrefslogtreecommitdiff
path: root/src/poll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/poll.hpp')
-rw-r--r--src/poll.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/poll.hpp b/src/poll.hpp
index dbfa776..9fe6067 100644
--- a/src/poll.hpp
+++ b/src/poll.hpp
@@ -47,7 +47,7 @@ namespace zmq
public:
poll_t ();
- virtual ~poll_t () {}
+ ~poll_t ();
// i_poller implementation.
handle_t add_fd (fd_t fd_, i_poll_events *events_);
@@ -61,7 +61,6 @@ namespace zmq
int get_load ();
void start ();
void stop ();
- void join ();
private: