From 04a4c4496d13be6b3cc2429465f74c26d034899d Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:17:51 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@523 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/function_impl_template.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/detail/function_impl_template.hpp b/turtle/detail/function_impl_template.hpp index 35b3b27..a7ba874 100644 --- a/turtle/detail/function_impl_template.hpp +++ b/turtle/detail/function_impl_template.hpp @@ -36,7 +36,7 @@ namespace detail typedef MOCK_ERROR_POLICY< R > error_type; typedef expectation< R ( BOOST_PP_ENUM_PARAMS(MOCK_NUM_ARGS, T) ) - > expectation_type; + > expectation_type; public: function_impl()