diff options
author | root <root> | 2007-12-04 17:08:05 +0000 |
---|---|---|
committer | root <root> | 2007-12-04 17:08:05 +0000 |
commit | 0a7b0ac074d9987c6fa23ab20be4842e4514c7b9 (patch) | |
tree | 0936c7db61f05c0ef0c99f2843c541fa5bbe244e /ev++.h | |
parent | df8e71c4e2c8581ed8f5c4503f30af035c138494 (diff) |
*** empty log message ***
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 |