diff options
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index e2a2ec366..959923a51 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -51,7 +51,7 @@ public: bool still () const; private: - void add_properties (std::list<UserProperty>& p) const; + void add_properties (boost::shared_ptr<const Film> film, std::list<UserProperty>& p) const; boost::optional<boost::filesystem::path> _path_to_scan; }; |
