Use cxml::NodePtr.
[dcpomatic.git] / src / lib / content_factory.cc
index d42491f7f58c16f40b4542a11699edbf041bc107..ed9a9e7699da3c22fcef43a854b5c4b9c2edf316 100644 (file)
@@ -28,7 +28,7 @@ using std::string;
 using boost::shared_ptr;
 
 shared_ptr<Content>
-content_factory (shared_ptr<const Film> film, shared_ptr<cxml::Node> node)
+content_factory (shared_ptr<const Film> film, cxml::NodePtr node)
 {
        string const type = node->string_child ("Type");