mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
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:
commit
77a4816c56
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
#include <cstdlib>
|
||||
#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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue