diff options
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 |
