diff options
Diffstat (limited to 'ev++.h')
-rw-r--r-- | ev++.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ namespace ev { void operator ()(int events = EV_UNDEF) { - return e_cb (static_cast<ev_watcher *>(this)) (events); + return ev_cb (static_cast<ev_watcher *>(this)) + (static_cast<ev_watcher *>(this), events); } bool is_active () const |