diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 15:04:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 15:04:43 +0100 |
| commit | 33a0138bd11b90472a5af86abb3637580b4f3c7f (patch) | |
| tree | 20de262f02f60fbc9d94491c4dec8e9ecfbc10a7 /src/interop_subtitle_asset.cc | |
| parent | b9dc0fbc6252e2c73dd2376b43d1a64b263aba43 (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.cc | 5 |
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 |
