diff options
Diffstat (limited to 'src/lib/video_mxf_content.h')
| -rw-r--r-- | src/lib/video_mxf_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h index ab5375c6b..08946242c 100644 --- a/src/lib/video_mxf_content.h +++ b/src/lib/video_mxf_content.h @@ -34,7 +34,7 @@ public: std::string summary () const; std::string technical_summary () const; std::string identifier () const; - void as_xml (xmlpp::Node* node) const; + void as_xml (xmlpp::Node* node, bool with_paths) const; DCPTime full_length () const; void add_properties (std::list<UserProperty>& p) const; void set_default_colour_conversion (); |
