mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed documentation typos
This commit is contained in:
parent
caf39083e4
commit
dfa3cb44e6
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#define BOOST_AUTO_TEST_MAIN
|
#define BOOST_AUTO_TEST_MAIN
|
||||||
#include <boost/test/auto_unit_test.hpp>
|
#include <boost/test/auto_unit_test.hpp>
|
||||||
#include <boost/mock/mock.hpp>
|
#include <turtle/mock.hpp>
|
||||||
#include "calculator.hpp"
|
#include "calculator.hpp"
|
||||||
#include "mock_view.hpp"
|
#include "mock_view.hpp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ struct base
|
||||||
template< typename T >
|
template< typename T >
|
||||||
struct name : base< T >, mock::object
|
struct name : base< T >, mock::object
|
||||||
{
|
{
|
||||||
typedef typename base< T > base_type;
|
typedef base< T > base_type;
|
||||||
};
|
};
|
||||||
//]
|
//]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue