diff options
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; |
