Try to add correct namespace for 3D CPLs.
[libdcp.git] / src / subtitle_asset.h
index a76a307697d40997adb63e01927c0e6f268ed564..fc0d932c0790aa788044cb59112b48432f1b9526 100644 (file)
@@ -130,7 +130,7 @@ public:
        SubtitleAsset (std::string directory, std::string xml_file);
        SubtitleAsset (std::string directory, std::string movie_title, std::string language);
 
-       void write_to_cpl (xmlpp::Node *) const;
+       void write_to_cpl (xmlpp::Node *, bool) const;
        virtual bool equals (boost::shared_ptr<const Asset>, EqualityOptions, boost::function<void (NoteType, std::string)> note) const {
                /* XXX */
                note (ERROR, "subtitle assets not compared yet");