More string -> boost::filesystem::path.
[dcpomatic.git] / src / lib / dcp_video_frame.h
index bf0b7f8c4614da1237f91adada7e30ba002a907f..c642fb4db842446ea5a03421d7e9104ce8f1b491 100644 (file)
@@ -43,7 +43,7 @@ public:
        /** @param s Size of data, in bytes */
        EncodedData (int s);
 
-       EncodedData (std::string f);
+       EncodedData (boost::filesystem::path);
 
        virtual ~EncodedData ();