diff --git a/src/core/callback.h b/src/core/callback.h index 07ec03496..1fa9d9c52 100644 --- a/src/core/callback.h +++ b/src/core/callback.h @@ -354,7 +354,7 @@ private: if (!DoCheckType (other)) { NS_FATAL_ERROR ("Incompatible types. (feed to \"c++filt -t\")" - " got=" << typeid (other).name () << + " got=" << typeid (*other).name () << ", expected=" << typeid (*this).name ()); } m_impl = const_cast (PeekPointer (other));