Merge pull request #14 from mat007/cleanup

Changed macro parameter case to show that it expects an object and no…
This commit is contained in:
Mathieu Champlon 2015-08-09 10:27:11 +02:00
commit 77a4816c56

View file

@ -24,7 +24,7 @@
#include <cstdlib> #include <cstdlib>
#endif #endif
#define MOCK_TYPE_NAME( T ) mock::detail::type_name( BOOST_SP_TYPEID(T) ) #define MOCK_TYPE_NAME( t ) mock::detail::type_name( BOOST_SP_TYPEID(t) )
namespace mock namespace mock
{ {