--- libev/ev++.h 2007/12/04 16:23:29 1.13 +++ libev/ev++.h 2007/12/04 17:08:05 1.14 @@ -71,7 +71,8 @@ void operator ()(int events = EV_UNDEF) { - return e_cb (static_cast(this)) (events); + return ev_cb (static_cast(this)) + (static_cast(this), events); } bool is_active () const