diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:16:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-24 11:16:24 +0100 |
| commit | 3412af70b950dcdc604413ef05c26becda6da789 (patch) | |
| tree | b901f89335ec7e06531b475dbb45ff1ee7087e28 /src/lib/text_subtitle_content.cc | |
| parent | a26b6e9e392a1ac342a19e0d33d92865819c6ded (diff) | |
Bump libdcp for new method.
Diffstat (limited to 'src/lib/text_subtitle_content.cc')
| -rw-r--r-- | src/lib/text_subtitle_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/text_subtitle_content.cc b/src/lib/text_subtitle_content.cc index 63144766a..08722a065 100644 --- a/src/lib/text_subtitle_content.cc +++ b/src/lib/text_subtitle_content.cc @@ -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); |
