X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.cc;fp=src%2Flib%2Fimage_content.cc;h=1515c8b7618522a50c0a7be5e521e6484dda3f98;hb=3c414bf90d4cfcfe342c0b057b5134f72485fe32;hp=8902798a4c4f1d4187d1cc6a6fa095b71ef28de2;hpb=f851a375fc5bb9095def34c05a61f69e33139426;p=dcpomatic.git diff --git a/src/lib/image_content.cc b/src/lib/image_content.cc index 8902798a4..1515c8b76 100644 --- a/src/lib/image_content.cc +++ b/src/lib/image_content.cc @@ -182,8 +182,8 @@ ImageContent::set_default_colour_conversion () } void -ImageContent::add_properties (list& p) const +ImageContent::add_properties (shared_ptr film, list& p) const { - Content::add_properties (p); + Content::add_properties (film, p); video->add_properties (p); }