git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@592 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-01-27 17:52:24 +00:00
parent aa898eb9a2
commit dccc50d3e9

View file

@ -43,7 +43,7 @@
{ \
mock::detail::configure( *this, t##_mock_, \
instance.substr( 0, instance.rfind( BOOST_PP_STRINGIZE(t) ) ), \
mock::detail::type_name( BOOST_SP_TYPEID( *this ) ), \
mock::detail::type_name( BOOST_SP_TYPEID(*this) ), \
BOOST_PP_STRINGIZE(t) ); \
return t##_mock_; \
}