summaryrefslogtreecommitdiff
path: root/ev++.h
diff options
context:
space:
mode:
authorroot <root>2010-06-24 19:22:26 +0000
committerroot <root>2010-06-24 19:22:26 +0000
commitb8cdc9e71ad1753d9a020ad413d28ba1dd69c9e4 (patch)
tree5689a23a563b304cc23f927b92bea10be9be56df /ev++.h
parentc4d4d77af33fe5c42a85ad781059e2eabcca14d3 (diff)
*** empty log message ***
Diffstat (limited to 'ev++.h')
-rw-r--r--ev++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ev++.h b/ev++.h
index e8c079f..315ee65 100644
--- a/ev++.h
+++ b/ev++.h
@@ -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)
();
}