diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 71ae42fc..f4a57151 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -183,7 +183,11 @@ public: SubtitleAsset (std::string directory, std::string xml_file); SubtitleAsset (std::string directory, std::string movie_title, std::string language); - void write_to_cpl (std::ostream&) const; + /** Write details of the asset to a CPL AssetList node. + * @param p Parent node. + */ + void write_to_cpl (xmlpp::Element* p) const; + virtual bool equals (boost::shared_ptr<const Asset>, EqualityOptions, std::list<std::string>& notes) const { /* XXX */ notes.push_back ("subtitle assets not compared yet"); |
