C++11 tidying.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:29:46 +0000 (01:29 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 23:30:51 +0000 (01:30 +0200)
src/lib/reel_writer.h

index 5de00f641be5fe577da14ee158fa507f39d2d510..0308c64ecd1b753a4ca484768e73d3e7f5ea63d2 100644 (file)
@@ -139,7 +139,7 @@ private:
        std::shared_ptr<dcp::SoundAsset> _sound_asset;
        std::shared_ptr<dcp::SoundAssetWriter> _sound_asset_writer;
        std::shared_ptr<dcp::SubtitleAsset> _subtitle_asset;
-       std::map<DCPTextTrack, std::shared_ptr<dcp::SubtitleAsset> > _closed_caption_assets;
+       std::map<DCPTextTrack, std::shared_ptr<dcp::SubtitleAsset>> _closed_caption_assets;
        std::shared_ptr<dcp::AtmosAsset> _atmos_asset;
        std::shared_ptr<dcp::AtmosAssetWriter> _atmos_asset_writer;