diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-04 11:01:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-04 11:01:35 +0100 |
| commit | 36b2009f89fdde05d2c9b8b44aa2bf8fe3b555cb (patch) | |
| tree | d5a448c369a6477ca186b264d993fa73b8e13581 /src/stereo_picture_frame.h | |
| parent | 5309c18b764f6f5f4adf8f89b917096d30b42a89 (diff) | |
More boost::filesystem jibber jabber.
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index b72eabc9..ab99ceac 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -37,7 +37,7 @@ class ARGBFrame; class StereoPictureFrame { public: - StereoPictureFrame (std::string mxf_path, int n); + StereoPictureFrame (boost::filesystem::path mxf_path, int n); ~StereoPictureFrame (); boost::shared_ptr<ARGBFrame> argb_frame (Eye eye, int reduce = 0, float srgb_gamma = 2.4) const; |
