X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/df8e71c4e2c8581ed8f5c4503f30af035c138494..0a7b0ac074d9987c6fa23ab20be4842e4514c7b9:/ev%20%20.h/software/libev.git/blobdiff_plain/df8e71c4e2c8581ed8f5c4503f30af035c138494..0a7b0ac074d9987c6fa23ab20be4842e4514c7b9:/ev++.h?ds=inline 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