summaryrefslogtreecommitdiff
path: root/src/subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-25 11:23:07 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-25 11:23:07 +0000
commit6b8fdf76aa221f037140bbf0ee1aa835df60778f (patch)
tree7798c30001a4fea8af5ba9e19c9ad5fd62d6ce17 /src/subtitle_asset.h
parent331045156161a30ee74e734c7c14dd602ebbbbc9 (diff)
Remove a possibly dodgy use of fstream.
Diffstat (limited to 'src/subtitle_asset.h')
-rw-r--r--src/subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 6d6186a0..7a00e036 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -159,7 +159,7 @@ public:
void read_xml (std::string);
void write_xml () const;
- void write_xml (std::ostream &) const;
+ Glib::ustring xml_as_string () const;
private:
std::string font_id_to_name (std::string id) const;