summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
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