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/picture_asset.cc | |
| parent | 58645afe4a843e69ff1c72ffbd772746d8edbef1 (diff) | |
Some more boost::filesystem::path.
Diffstat (limited to 'src/picture_asset.cc')
| -rw-r--r-- | src/picture_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/picture_asset.cc b/src/picture_asset.cc index 63f59638..10bd8140 100644 --- a/src/picture_asset.cc +++ b/src/picture_asset.cc @@ -53,7 +53,7 @@ using boost::dynamic_pointer_cast; using boost::lexical_cast; using namespace libdcp; -PictureAsset::PictureAsset (boost::filesystem::path directory, string mxf_name) +PictureAsset::PictureAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name) : MXFAsset (directory, mxf_name) { |
