X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_subtitle_content.cc;fp=src%2Flib%2Fdcp_subtitle_content.cc;h=3bae6e88fb572e686c418995759adcc2d698752f;hp=858849ca3134f003803abbfcad881dcb890c1d8e;hb=c7916079e06d985121842962b9736a6673e22dfe;hpb=c269ebfdae53a2f5c5e9acc6f6588ebb47eeac9d diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 858849ca3..3bae6e88f 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -48,7 +48,8 @@ DCPSubtitleContent::DCPSubtitleContent (cxml::ConstNodePtr node, int version) : Content (node) , _length (node->number_child ("Length")) { - text = TextContent::from_xml (this, node, version); + list notes; + text = TextContent::from_xml (this, node, version, notes); } void