diff --git a/src/libraries/turtle/mock.hpp b/src/libraries/turtle/mock.hpp index 1cc53ef..a422575 100644 --- a/src/libraries/turtle/mock.hpp +++ b/src/libraries/turtle/mock.hpp @@ -70,8 +70,8 @@ namespace detail }; } - // if an error is generated by the line below it probably means either the - // method does not exist or it is ambiguous : use MOCK_METHOD_EXT instead + // if an error is generated by the line below it means + // the method is ambiguous : use MOCK_METHOD_EXT instead template< typename T > T& invalid_pointer_to_member( const T& ); }