summaryrefslogtreecommitdiff
path: root/src/i_poll_events.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_poll_events.hpp')
-rw-r--r--src/i_poll_events.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_poll_events.hpp b/src/i_poll_events.hpp
index 6d474b2..8e70921 100644
--- a/src/i_poll_events.hpp
+++ b/src/i_poll_events.hpp
@@ -37,7 +37,7 @@ namespace zmq
virtual void out_event () = 0;
// Called when timer expires.
- virtual void timer_event () = 0;
+ virtual void timer_event (int id_) = 0;
};
}