Tidy up after mass rename.
[dcpomatic.git] / src / lib / reel_writer.h
index 8007b7f2900231e94f2e4f4f378fb469edea5640..a46c3efa7812d80692bbd58d745ecb8db46f9ac9 100644 (file)
@@ -113,7 +113,7 @@ private:
        boost::shared_ptr<dcp::PictureAssetWriter> _picture_asset_writer;
        boost::shared_ptr<dcp::SoundAsset> _sound_asset;
        boost::shared_ptr<dcp::SoundAssetWriter> _sound_asset_writer;
-       boost::shared_ptr<dcp::SubtitleAsset> _caption_asset[CAPTION_COUNT];
+       boost::shared_ptr<dcp::SubtitleAsset> _caption_asset[TEXT_COUNT];
 
        static int const _info_size;
 };