diff options
Diffstat (limited to 'src/subtitle_asset.h')
| -rw-r--r-- | src/subtitle_asset.h | 2 |
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; |
