diff options
Diffstat (limited to 'src/lib/util/delegate.h')
-rw-r--r-- | src/lib/util/delegate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/delegate.h b/src/lib/util/delegate.h index 3b02f91b976..848e56480c9 100644 --- a/src/lib/util/delegate.h +++ b/src/lib/util/delegate.h @@ -659,8 +659,7 @@ public: if (is_mfp() && (HAS_DIFFERENT_ABI)) \ return (*reinterpret_cast<generic_member_func>(m_function)) x; \ else \ - return (*m_function) x; \ - + return (*m_function) x; //return MEMBER_ABI (*reinpertret_cast<generic_member_func>(m_function)) x; // call the function |