summaryrefslogtreecommitdiff
path: root/src/reel_smpte_closed_caption_asset.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/reel_smpte_closed_caption_asset.cc')
-rw-r--r--src/reel_smpte_closed_caption_asset.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel_smpte_closed_caption_asset.cc b/src/reel_smpte_closed_caption_asset.cc
index a2a68202..22f23b8e 100644
--- a/src/reel_smpte_closed_caption_asset.cc
+++ b/src/reel_smpte_closed_caption_asset.cc
@@ -51,7 +51,7 @@ using std::string;
using namespace dcp;
-ReelSMPTEClosedCaptionAsset::ReelSMPTEClosedCaptionAsset (shared_ptr<SMPTESubtitleAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point)
+ReelSMPTEClosedCaptionAsset::ReelSMPTEClosedCaptionAsset(shared_ptr<SMPTETextAsset> asset, Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point)
: ReelClosedCaptionAsset (asset, edit_rate, intrinsic_duration, entry_point)
{