diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 18:42:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 18:42:23 +0100 |
| commit | eaece234969e2d3cb784df764a0dc766eeff2099 (patch) | |
| tree | 72d8fea96f6b033fbbcef4480964c76f73ca3bae /src/smpte_subtitle_asset.cc | |
| parent | c9530d613712f2ae5e6bbb14f4a329a4dd04e139 (diff) | |
Remove glibmm dependency.
Diffstat (limited to 'src/smpte_subtitle_asset.cc')
| -rw-r--r-- | src/smpte_subtitle_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smpte_subtitle_asset.cc b/src/smpte_subtitle_asset.cc index 43fa3026..130b344f 100644 --- a/src/smpte_subtitle_asset.cc +++ b/src/smpte_subtitle_asset.cc @@ -183,7 +183,7 @@ SMPTESubtitleAsset::valid_mxf (boost::filesystem::path file) return !ASDCP_FAILURE (r); } -Glib::ustring +string SMPTESubtitleAsset::xml_as_string () const { xmlpp::Document doc; |
