Fixed documentation typos

This commit is contained in:
Mathieu Champlon 2015-03-14 16:21:09 +01:00
parent caf39083e4
commit dfa3cb44e6
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
#define BOOST_AUTO_TEST_MAIN
#include <boost/test/auto_unit_test.hpp>
#include <boost/mock/mock.hpp>
#include <turtle/mock.hpp>
#include "calculator.hpp"
#include "mock_view.hpp"

View file

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