diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-19 11:38:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-19 11:38:36 +0100 |
| commit | d86d3f66f88623bea44033db4855206dd3a5e830 (patch) | |
| tree | 6e94746c03a46ebf6b6d3fb4ff4bebf032bb5060 /src/mono_picture_asset.h | |
| parent | 58645afe4a843e69ff1c72ffbd772746d8edbef1 (diff) | |
Some more boost::filesystem::path.
Diffstat (limited to 'src/mono_picture_asset.h')
| -rw-r--r-- | src/mono_picture_asset.h | 2 |
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); |
