git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@451 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-05-08 21:20:19 +00:00
parent 6bec05c668
commit bc81a751a4
2 changed files with 4 additions and 2 deletions

View file

@ -140,7 +140,8 @@ namespace mock
}
private:
class function_impl : public detail::verifiable, public boost::enable_shared_from_this< function_impl >
class function_impl : public detail::verifiable,
public boost::enable_shared_from_this< function_impl >
{
public:
typedef MOCK_ERROR_POLICY< result_type > error_type;

View file

@ -34,7 +34,8 @@ namespace mock
{}
private:
class object_impl : public detail::context, public detail::verifiable, public boost::enable_shared_from_this< object_impl >
class object_impl : public detail::context, public detail::verifiable,
public boost::enable_shared_from_this< object_impl >
{
public:
virtual void add( const void* /*p*/, detail::verifiable& v,