Fix nonfunctional send-problem-report.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index 6b326ddc8513c94d021526e49486b4204d1765c6..d07cd86052430aad2503779ec33e800954ccae14 100644 (file)
 #define DCPOMATIC_ISDCF_METADATA_H
 
 #include <libcxml/cxml.h>
-#include <libxml++/libxml++.h>
 #include <string>
 
+namespace xmlpp {
+       class Node;
+}
+
 class ISDCFMetadata
 {
 public:
@@ -34,7 +37,7 @@ public:
                , red_band (false)
                , two_d_version_of_three_d (false)
        {}
-       
+
        ISDCFMetadata (cxml::ConstNodePtr);
 
        void as_xml (xmlpp::Node *) const;
@@ -47,7 +50,6 @@ public:
        std::string rating;
        std::string studio;
        std::string facility;
-       std::string package_type;
        /** true if this is a temporary version (without final picture or sound) */
        bool temp_version;
        /** true if this is a pre-release version (final picture and sound, but without accessibility features) */