From: root Date: Tue, 4 Dec 2007 17:08:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: rel-1_6~2 X-Git-Url: https://git.llucax.com/software/libev.git/commitdiff_plain/0a7b0ac074d9987c6fa23ab20be4842e4514c7b9?ds=sidebyside *** empty log message *** --- 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(this)) (events); + return ev_cb (static_cast(this)) + (static_cast(this), events); } bool is_active () const