diff options
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 6208a0053..73ae696ad 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -27,7 +27,7 @@ class ImageContent : public Content { public: ImageContent (boost::filesystem::path); - ImageContent (cxml::ConstNodePtr, int); + ImageContent (cxml::ConstNodePtr, boost::optional<boost::filesystem::path> film_directory, int); std::shared_ptr<ImageContent> shared_from_this () { return std::dynamic_pointer_cast<ImageContent> (Content::shared_from_this ()); |
