mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@592 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
aa898eb9a2
commit
dccc50d3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
||||||
{ \
|
{ \
|
||||||
mock::detail::configure( *this, t##_mock_, \
|
mock::detail::configure( *this, t##_mock_, \
|
||||||
instance.substr( 0, instance.rfind( BOOST_PP_STRINGIZE(t) ) ), \
|
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) ); \
|
BOOST_PP_STRINGIZE(t) ); \
|
||||||
return t##_mock_; \
|
return t##_mock_; \
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue