Fix incorrect reading of ScreenAspectRatio.
[libdcp.git] / src / asset.h
index 91661a46e5395292a37bf6f305ce617c398fa709..c7911497b48c70bb40f9f938b982d57af9154091 100644 (file)
@@ -66,7 +66,7 @@ public:
         *  @param node Parent node.
         *  @param standard Standard to use.
         */
-       void write_to_pkl (xmlpp::Node* node, Standard standard) const;
+       void write_to_pkl (xmlpp::Node* node, boost::filesystem::path root, Standard standard) const;
 
        /** @return the most recent disk file used to read or write this asset; may be empty */
        boost::filesystem::path file () const {