summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h2
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;