Fix missing version string when Popen communicate returns byte strings.
[libdcp.git] / src / reel_stereo_picture_asset.h
index 9cf0ead2feffcb3a3ffa62e3064be3b1ade9ffce..c7223495bbc48d9fd2fb56efde09250cfe0e32c0 100644 (file)
@@ -66,7 +66,7 @@ public:
        }
 
 private:
-       std::string cpl_node_name () const;
+       std::string cpl_node_name (Standard standard) const;
        std::pair<std::string, std::string> cpl_node_attribute (Standard standard) const;
 };