mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed class name conflicting with the mock namespace
This commit is contained in:
parent
5d84561e2b
commit
caf39083e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue