changeset 2514 | 9402a946ac3d |
parent 2370 | 5f7ad186b798 |
child 2531 | b451b5fc8b57 |
--- a/src/core/callback.h Fri Feb 29 17:27:14 2008 +0100 +++ b/src/core/callback.h Sat Mar 01 05:37:56 2008 +0100 @@ -357,7 +357,7 @@ { NS_FATAL_ERROR ("Incompatible types. (feed to \"c++filt -t\")" " got=" << typeid (*other).name () << - ", expected=" << typeid (*this).name ()); + ", expected=" << typeid (CallbackImpl<R,T1,T2,T3,T4,T5,T6> *).name ()); } m_impl = const_cast<CallbackImplBase *> (PeekPointer (other)); }