summaryrefslogtreecommitdiff
path: root/src/mono_picture_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_picture_asset.h')
-rw-r--r--src/mono_picture_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_asset.h b/src/mono_picture_asset.h
index 6ade93bd..d2029e00 100644
--- a/src/mono_picture_asset.h
+++ b/src/mono_picture_asset.h
@@ -28,7 +28,7 @@ namespace libdcp {
class MonoPictureAsset : public PictureAsset
{
public:
- MonoPictureAsset (boost::filesystem::path directory, std::string mxf_name);
+ MonoPictureAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name);
void read ();
void create (std::vector<boost::filesystem::path> const & files);