From b511420d55c99fb72cf1ca5cd7dedf53010e8941 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Dec 2012 22:32:07 +0000 Subject: Fix numerous bugs in subtitle XML generation. --- src/subtitle_asset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/subtitle_asset.h') diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h index 1b834522..5d996c7a 100644 --- a/src/subtitle_asset.h +++ b/src/subtitle_asset.h @@ -201,7 +201,9 @@ public: void add (boost::shared_ptr); + void read_xml (std::string); void write_xml (); + void write_xml (std::ostream& s); private: std::string font_id_to_name (std::string id) const; -- cgit v1.2.3