Basic template support (#485).
[dcpomatic.git] / src / lib / text_subtitle_content.cc
index 63144766a50cffe172a671ca24b64a9dfe9c9eb6..08722a065d0f66bdfdce8e907cf0c4603b4075fa 100644 (file)
@@ -75,10 +75,10 @@ TextSubtitleContent::technical_summary () const
 }
 
 void
-TextSubtitleContent::as_xml (xmlpp::Node* node) const
+TextSubtitleContent::as_xml (xmlpp::Node* node, bool with_paths) const
 {
        node->add_child("Type")->add_child_text ("TextSubtitle");
-       Content::as_xml (node);
+       Content::as_xml (node, with_paths);
 
        if (subtitle) {
                subtitle->as_xml (node);