From 3c414bf90d4cfcfe342c0b057b5134f72485fe32 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 12 Dec 2018 00:30:33 +0000 Subject: Fix content properties (#1428). --- src/lib/content.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/content.h') diff --git a/src/lib/content.h b/src/lib/content.h index bb66bc141..55cf4acae 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -180,7 +180,7 @@ public: _change_signals_frequent = f; } - std::list user_properties () const; + std::list user_properties (boost::shared_ptr film) const; std::string calculate_digest () const; @@ -196,7 +196,7 @@ public: protected: - virtual void add_properties (std::list &) const; + virtual void add_properties (boost::shared_ptr film, std::list &) const; /** _mutex which should be used to protect accesses, as examine * jobs can update content state in threads other than the main one. -- cgit v1.2.3