diff options
author | root <root> | 2010-06-24 19:22:26 +0000 |
---|---|---|
committer | root <root> | 2010-06-24 19:22:26 +0000 |
commit | b8cdc9e71ad1753d9a020ad413d28ba1dd69c9e4 (patch) | |
tree | 5689a23a563b304cc23f927b92bea10be9be56df /ev++.h | |
parent | c4d4d77af33fe5c42a85ad781059e2eabcca14d3 (diff) |
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r-- | ev++.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ namespace ev { template<class K, void (K::*method)()> static void method_noargs_thunk (EV_P_ ev_watcher *w, int revents) { - static_cast<K *>(w->data)->*method + (static_cast<K *>(w->data)->*method) (); } |