summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-12-12 00:30:33 +0000
committerCarl Hetherington <cth@carlh.net>2018-12-12 00:30:33 +0000
commit3c414bf90d4cfcfe342c0b057b5134f72485fe32 (patch)
tree543e3635577f04a58f1dc252fa0b888a4daeb005 /src/lib/image_content.h
parentf851a375fc5bb9095def34c05a61f69e33139426 (diff)
Fix content properties (#1428).
Diffstat (limited to 'src/lib/image_content.h')
-rw-r--r--src/lib/image_content.h2
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;
};