diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-04 23:02:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-06 20:15:16 +0200 |
| commit | ca56871d4860b8ead384c410fe374c2fa993f88f (patch) | |
| tree | 66550be54fafd67b71bd8f91b3cd105213a31b58 /src/lib/cinema_kdms.h | |
| parent | 36ce958a516567d8481163692c028a88c6ce0df7 (diff) | |
Add KDMWithMetadataPtr typedef
Diffstat (limited to 'src/lib/cinema_kdms.h')
| -rw-r--r-- | src/lib/cinema_kdms.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/cinema_kdms.h b/src/lib/cinema_kdms.h index 0626ded5d..918670397 100644 --- a/src/lib/cinema_kdms.h +++ b/src/lib/cinema_kdms.h @@ -29,7 +29,7 @@ class CinemaKDMs public: void make_zip_file (boost::filesystem::path zip_file, dcp::NameFormat name_format, dcp::NameFormat::Map name_values) const; - static std::list<CinemaKDMs> collect (std::list<boost::shared_ptr<KDMWithMetadata> > kdms); + static std::list<CinemaKDMs> collect (std::list<KDMWithMetadataPtr > kdms); static int write_directories ( std::list<CinemaKDMs> cinema_kdms, @@ -58,5 +58,5 @@ public: ); boost::shared_ptr<Cinema> cinema; - std::list<boost::shared_ptr<KDMWithMetadata> > screen_kdms; + std::list<KDMWithMetadataPtr > screen_kdms; }; |
