--- vfe/vfe.h.orig 2012-06-19 11:29:39.000000000 -0500 +++ vfe/vfe.h @@ -267,7 +267,7 @@ namespace vfe class VirtualFrontEnd { public: - VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, shared_ptr& console) ; + VirtualFrontEnd(vfeSession& session, POVMSContext ctx, POVMSAddress addr, POVMS_Object& msg, POVMS_Object *result, boost::shared_ptr& console) ; virtual ~VirtualFrontEnd() ; virtual bool Start(POVMS_Object& opts) ; @@ -298,9 +298,9 @@ namespace vfe POVMS_Object options; RenderFrontendBase::SceneId sceneId; RenderFrontendBase::ViewId viewId; - shared_ptr animationProcessing ; - shared_ptr imageProcessing ; - shared_ptr shelloutProcessing; + boost::shared_ptr animationProcessing ; + boost::shared_ptr imageProcessing ; + boost::shared_ptr shelloutProcessing; Console **consoleResult; Display **displayResult; vfeSession* m_Session;