summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_asset.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 15:04:43 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 15:04:43 +0100
commit33a0138bd11b90472a5af86abb3637580b4f3c7f (patch)
tree20de262f02f60fbc9d94491c4dec8e9ecfbc10a7 /src/interop_subtitle_asset.cc
parentb9dc0fbc6252e2c73dd2376b43d1a64b263aba43 (diff)
Remove slightly strange InteropSubtitleAsset constructor; add default one for SMPTESubtitleAsset.
Diffstat (limited to 'src/interop_subtitle_asset.cc')
-rw-r--r--src/interop_subtitle_asset.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interop_subtitle_asset.cc b/src/interop_subtitle_asset.cc
index 96ccb68a..231dda16 100644
--- a/src/interop_subtitle_asset.cc
+++ b/src/interop_subtitle_asset.cc
@@ -56,10 +56,9 @@ InteropSubtitleAsset::InteropSubtitleAsset (boost::filesystem::path file)
parse_subtitles (xml, font_nodes);
}
-InteropSubtitleAsset::InteropSubtitleAsset (string movie_title, string language)
- : _movie_title (movie_title)
+InteropSubtitleAsset::InteropSubtitleAsset ()
{
- _language = language;
+
}
Glib::ustring