diff --git a/turtle/boost_test_error.hpp b/turtle/boost_test_error.hpp index 25daa62..2c22535 100644 --- a/turtle/boost_test_error.hpp +++ b/turtle/boost_test_error.hpp @@ -17,7 +17,7 @@ namespace mock { - struct exception : public boost::execution_aborted + struct exception : virtual boost::execution_aborted {}; template< typename Result >