diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-12 00:30:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-12 00:30:33 +0000 |
| commit | 3c414bf90d4cfcfe342c0b057b5134f72485fe32 (patch) | |
| tree | 543e3635577f04a58f1dc252fa0b888a4daeb005 /src/lib/video_mxf_content.h | |
| parent | f851a375fc5bb9095def34c05a61f69e33139426 (diff) | |
Fix content properties (#1428).
Diffstat (limited to 'src/lib/video_mxf_content.h')
| -rw-r--r-- | src/lib/video_mxf_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h index 25da0def4..27dce1fb7 100644 --- a/src/lib/video_mxf_content.h +++ b/src/lib/video_mxf_content.h @@ -41,7 +41,7 @@ public: void as_xml (xmlpp::Node* node, bool with_paths) const; DCPTime full_length (boost::shared_ptr<const Film> film) const; DCPTime approximate_length () const; - void add_properties (std::list<UserProperty>& p) const; + void add_properties (boost::shared_ptr<const Film> film, std::list<UserProperty>& p) const; static bool valid_mxf (boost::filesystem::path path); }; |
