summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2007-12-04 17:08:05 +0000
committerroot <root>2007-12-04 17:08:05 +0000
commit0a7b0ac074d9987c6fa23ab20be4842e4514c7b9 (patch)
tree0936c7db61f05c0ef0c99f2843c541fa5bbe244e /ev++.h
parentdf8e71c4e2c8581ed8f5c4503f30af035c138494 (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ev++.h b/ev++.h
index 6086a97..cac1d03 100644
--- a/ev++.h
+++ b/ev++.h
@@ -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