From 9b733b2621af275a488edcd45cc189fcace7a660 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 16 Jul 2009 23:46:19 +0000 Subject: [PATCH] Correct g++ compilation error caused by r308, fix for casting to const boost::shared_ptr<> &. --- include/chaiscript/dispatchkit/boxed_value.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;