std::shared_ptr
[dcpomatic.git] / src / lib / atmos_content.h
index 0344b6225d5f9f599964a1185cda46b0ce0befec..948c3d3c0638bc216dd071544873fe4b7df22eff 100644 (file)
@@ -37,7 +37,7 @@ class AtmosContent : public ContentPart
 public:
        AtmosContent (Content* parent);
 
-       static boost::shared_ptr<AtmosContent> from_xml (Content* parent, cxml::ConstNodePtr node);
+       static std::shared_ptr<AtmosContent> from_xml (Content* parent, cxml::ConstNodePtr node);
 
        void as_xml (xmlpp::Node* node) const;