X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fencrypted_ecinema_kdm.h;h=c65620c8b2970de2a8a4529e37eb1fe458725f1e;hp=0bcbc4117f0bbe7172b18f6a025813193161febf;hb=006e38346a8bcdcc889979b7c00802d9bb8fc6f8;hpb=6cde6bcc0b604c1a157a4ccbdce29e91f4d45a91 diff --git a/src/lib/encrypted_ecinema_kdm.h b/src/lib/encrypted_ecinema_kdm.h index 0bcbc4117..c65620c8b 100644 --- a/src/lib/encrypted_ecinema_kdm.h +++ b/src/lib/encrypted_ecinema_kdm.h @@ -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;