X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=660d2ef9fc21883e09918ddedee29009ae7c5a4b;hb=c0d2b454ea1e8c9b047907343c902d72101ef6dd;hp=1ebd1b08bc0ed188bde79b5a3a55c8440db336de;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 1ebd1b08b..660d2ef9f 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -36,7 +36,7 @@ public: void examine (boost::shared_ptr); std::string summary () const; std::string technical_summary () const; - void as_xml (xmlpp::Node *) const; + void as_xml (xmlpp::Node *, bool with_paths) const; DCPTime full_length () const; std::string identifier () const; @@ -44,6 +44,9 @@ public: void set_default_colour_conversion (); bool still () const; + +private: + void add_properties (std::list& p) const; }; #endif