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.h | |
| parent | b9dc0fbc6252e2c73dd2376b43d1a64b263aba43 (diff) | |
Remove slightly strange InteropSubtitleAsset constructor; add default one for SMPTESubtitleAsset.
Diffstat (limited to 'src/interop_subtitle_asset.h')
| -rw-r--r-- | src/interop_subtitle_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interop_subtitle_asset.h b/src/interop_subtitle_asset.h index 56350421..378bacc7 100644 --- a/src/interop_subtitle_asset.h +++ b/src/interop_subtitle_asset.h @@ -36,7 +36,7 @@ class InteropLoadFontNode; class InteropSubtitleAsset : public SubtitleAsset { public: - InteropSubtitleAsset (std::string movie_title, std::string language); + InteropSubtitleAsset (); InteropSubtitleAsset (boost::filesystem::path file); bool equals ( |
