diff --git a/src/core/callback.h b/src/core/callback.h index a8a1fd41c..9be3c2dd4 100644 --- a/src/core/callback.h +++ b/src/core/callback.h @@ -357,7 +357,7 @@ private: { NS_FATAL_ERROR ("Incompatible types. (feed to \"c++filt -t\")" " got=" << typeid (*other).name () << - ", expected=" << typeid (*this).name ()); + ", expected=" << typeid (CallbackImpl *).name ()); } m_impl = const_cast (PeekPointer (other)); }