diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-22 22:32:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-22 22:32:07 +0000 |
| commit | b511420d55c99fb72cf1ca5cd7dedf53010e8941 (patch) | |
| tree | 7a2c721dc63d3e53771f33c0c812626449194bf0 /src/subtitle_asset.h | |
| parent | e3303378742e2a0c9474135915aa8ec61f094d3d (diff) | |
Fix numerous bugs in subtitle XML generation.
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<Subtitle>); + 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; |
