swaroop: windows build fix.
[dcpomatic.git] / src / lib / content_factory.cc
index 077ef529ece8d9282292110e78e1522eda5eeb3a..10486b0c3948130a63081c24f63a49f13fc522f5 100644 (file)
@@ -57,7 +57,7 @@ using boost::optional;
  *  @return Content object, or 0 if no content was recognised in the XML.
  */
 shared_ptr<Content>
-content_factory (shared_ptr<const Film> film, cxml::NodePtr node, int version, list<string>& notes)
+content_factory (shared_ptr<const Film> film, cxml::ConstNodePtr node, int version, list<string>& notes)
 {
        string const type = node->string_child ("Type");