From 5d4258941ed792b4da9e641859dd9b17c734ff75 Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 8 May 2012 14:16:41 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@447 860be788-9bd5-4423-9f1e-828f051e677b --- src/libraries/turtle/action.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/turtle/action.hpp b/src/libraries/turtle/action.hpp index 2d51c33..09656a4 100644 --- a/src/libraries/turtle/action.hpp +++ b/src/libraries/turtle/action.hpp @@ -213,7 +213,7 @@ namespace detail f_ = lambda_type::make_val( boost::ref( r_ ) ); } - mutable std::auto_ptr< Result > r_; + std::auto_ptr< Result > r_; functor_type f_; };