From dccc50d3e9fc27adece6767c0eceb43c535cf5f5 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 27 Jan 2013 17:52:24 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@592 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/mock.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/mock.hpp b/turtle/mock.hpp index 874b97b..04c4e83 100644 --- a/turtle/mock.hpp +++ b/turtle/mock.hpp @@ -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_; \ }