]> git.llucax.com Git - software/libev.git/commitdiff
*** empty log message ***
authorroot <root>
Tue, 4 Dec 2007 17:08:05 +0000 (17:08 +0000)
committerroot <root>
Tue, 4 Dec 2007 17:08:05 +0000 (17:08 +0000)
ev++.h

diff --git a/ev++.h b/ev++.h
index 6086a977eae12dacc0fefe0a38b7ad048bda5468..cac1d03335766c4a1985354fbcdef6f25a9f612c 100644 (file)
--- a/ev++.h
+++ b/ev++.h
@@ -71,7 +71,8 @@ namespace ev {
 
     void operator ()(int events = EV_UNDEF)
     {
 
     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
     }
 
     bool is_active () const