summaryrefslogtreecommitdiff
path: root/src/stereo_picture_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-19 11:38:36 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-19 11:38:36 +0100
commitd86d3f66f88623bea44033db4855206dd3a5e830 (patch)
tree6e94746c03a46ebf6b6d3fb4ff4bebf032bb5060 /src/stereo_picture_asset.h
parent58645afe4a843e69ff1c72ffbd772746d8edbef1 (diff)
Some more boost::filesystem::path.
Diffstat (limited to 'src/stereo_picture_asset.h')
-rw-r--r--src/stereo_picture_asset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_asset.h b/src/stereo_picture_asset.h
index 6a321532..6a96bf02 100644
--- a/src/stereo_picture_asset.h
+++ b/src/stereo_picture_asset.h
@@ -28,7 +28,7 @@ namespace libdcp {
class StereoPictureAsset : public PictureAsset
{
public:
- StereoPictureAsset (boost::filesystem::path directory, std::string mxf_name);
+ StereoPictureAsset (boost::filesystem::path directory, boost::filesystem::path mxf_name);
void read ();