Fixed class name conflicting with the mock namespace

This commit is contained in:
Mathieu Champlon 2015-03-14 07:26:06 +01:00
parent 5d84561e2b
commit caf39083e4

View file

@ -109,7 +109,7 @@ struct base
{};
template< typename T >
struct mock : base< T >, mock::object
struct name : base< T >, mock::object
{
typedef typename base< T > base_type;
};