Restore some missing stuff to the content properties dialogue.
[dcpomatic.git] / src / lib / image_content.h
index 1ebd1b08bc0ed188bde79b5a3a55c8440db336de..edcbec6ddb04122cc3211797d24edf40757510e2 100644 (file)
@@ -44,6 +44,9 @@ public:
        void set_default_colour_conversion ();
 
        bool still () const;
+
+private:
+       void add_properties (std::list<UserProperty>& p) const;
 };
 
 #endif