--- libev/ev++.h 2007/12/05 00:09:35 1.15 +++ libev/ev++.h 2007/12/07 20:13:08 1.16 @@ -56,10 +56,10 @@ (obj->*method) (*self, revents); } - template + template void set () { - set_ (0, function_thunk); + set_ (data, function_thunk); } template