diff --git a/include/chaiscript/dispatchkit/boxed_value.hpp b/include/chaiscript/dispatchkit/boxed_value.hpp index e36c609..d187525 100644 --- a/include/chaiscript/dispatchkit/boxed_value.hpp +++ b/include/chaiscript/dispatchkit/boxed_value.hpp @@ -442,7 +442,7 @@ namespace dispatchkit * Cast_Helper for casting to a boost::shared_ptr<> type */ template - struct Cast_Helper &> + struct Cast_Helper &> { typedef typename boost::shared_ptr Result_Type;