Basic template support (#485).
[dcpomatic.git] / src / lib / dcp_subtitle_content.cc
index 015aebd722c9d973196043f9aafcbb5add93ffaf..8fee0b2ed29a7ee8ce836d548bc5b88676a613a6 100644 (file)
@@ -101,10 +101,10 @@ DCPSubtitleContent::technical_summary () const
 }
 
 void
-DCPSubtitleContent::as_xml (xmlpp::Node* node) const
+DCPSubtitleContent::as_xml (xmlpp::Node* node, bool with_paths) const
 {
        node->add_child("Type")->add_child_text ("DCPSubtitle");
-       Content::as_xml (node);
+       Content::as_xml (node, with_paths);
 
        if (subtitle) {
                subtitle->as_xml (node);