X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fsubtitle_asset.cc;h=866a6d253706401f96746527bf9eec329782ccc0;hb=d11bf9b19fc0ed5d15a33a1da82044bde859e98e;hp=d7cb94a501c33597d1f445b586386cc1cfa26425;hpb=d697e7bedb1e42f5167c92fd9ab363f496d718f5;p=libdcp.git diff --git a/src/subtitle_asset.cc b/src/subtitle_asset.cc index d7cb94a5..866a6d25 100644 --- a/src/subtitle_asset.cc +++ b/src/subtitle_asset.cc @@ -56,7 +56,8 @@ SubtitleAsset::SubtitleAsset (string directory, string movie_title, string langu void SubtitleAsset::read_xml (string xml_file) { - shared_ptr xml (new cxml::File (xml_file, "DCSubtitle")); + shared_ptr xml (new cxml::Document ("DCSubtitle")); + xml->read_file (xml_file); _uuid = xml->string_child ("SubtitleID"); _movie_title = xml->string_child ("MovieTitle");