summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-05-31 22:20:30 +0100
committerCarl Hetherington <cth@carlh.net>2016-05-31 22:20:30 +0100
commit291e2fe2e7df95019feba8097b68b31ec64be794 (patch)
treecdac55d0ed47721190529b3443664bd3f64aa862 /src/lib/image_content.h
parent7d9321ff829498c2c87d924a9b660acbfdafa6b3 (diff)
Restore some missing stuff to the content properties dialogue.
Diffstat (limited to 'src/lib/image_content.h')
-rw-r--r--src/lib/image_content.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h
index 1ebd1b08b..edcbec6dd 100644
--- a/src/lib/image_content.h
+++ b/src/lib/image_content.h
@@ -44,6 +44,9 @@ public:
void set_default_colour_conversion ();
bool still () const;
+
+private:
+ void add_properties (std::list<UserProperty>& p) const;
};
#endif