diff options
Diffstat (limited to 'src/lib/video_mxf_content.h')
| -rw-r--r-- | src/lib/video_mxf_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h index d45ec591a..0def6008c 100644 --- a/src/lib/video_mxf_content.h +++ b/src/lib/video_mxf_content.h @@ -26,7 +26,7 @@ class VideoMXFContent : public Content { public: VideoMXFContent (boost::filesystem::path path); - VideoMXFContent (cxml::ConstNodePtr node, int version); + VideoMXFContent (cxml::ConstNodePtr node, boost::optional<boost::filesystem::path> film_directory, int version); std::shared_ptr<VideoMXFContent> shared_from_this () { return std::dynamic_pointer_cast<VideoMXFContent>(Content::shared_from_this()); |
