summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-09 18:42:23 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 18:42:23 +0100
commiteaece234969e2d3cb784df764a0dc766eeff2099 (patch)
tree72d8fea96f6b033fbbcef4480964c76f73ca3bae /src/interop_subtitle_asset.h
parentc9530d613712f2ae5e6bbb14f4a329a4dd04e139 (diff)
Remove glibmm dependency.
Diffstat (limited to 'src/interop_subtitle_asset.h')
-rw-r--r--src/interop_subtitle_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h
index 8690d11c..fe38a0c9 100644
--- a/src/interop_subtitle_asset.h
+++ b/src/interop_subtitle_asset.h
@@ -49,7 +49,7 @@ public:
void add_font (std::string load_id, boost::filesystem::path file);
- Glib::ustring xml_as_string () const;
+ std::string xml_as_string () const;
void write (boost::filesystem::path path) const;
void resolve_fonts (std::list<boost::shared_ptr<Object> > objects);
void add_font_assets (std::list<boost::shared_ptr<Asset> >& assets);