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/smpte_subtitle_asset.h | |
| parent | b9dc0fbc6252e2c73dd2376b43d1a64b263aba43 (diff) | |
Remove slightly strange InteropSubtitleAsset constructor; add default one for SMPTESubtitleAsset.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index 6df924aa..cd68f44b 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -36,6 +36,8 @@ class SMPTELoadFontNode; class SMPTESubtitleAsset : public SubtitleAsset, public MXF { public: + SMPTESubtitleAsset (); + /** @param file File name * @param mxf true if `file' is a MXF, or false if it is an XML file. */ |
