swaroop: allow ScreenKDM subclasses for different KDM types.
[dcpomatic.git] / src / lib / encrypted_ecinema_kdm.h
index 0bcbc4117f0bbe7172b18f6a025813193161febf..c65620c8b2970de2a8a4529e37eb1fe458725f1e 100644 (file)
@@ -35,6 +35,7 @@ public:
        explicit EncryptedECinemaKDM (std::string xml);
 
        std::string as_xml () const;
+       void as_xml (boost::filesystem::path out) const;
 
        std::string id () const {
                return _id;