diff options
Diffstat (limited to 'src/lib/content_factory.h')
| -rw-r--r-- | src/lib/content_factory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index 2cef84034..b4ce161fb 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -28,9 +28,8 @@ #include <vector> -class Film; class Content; -extern std::shared_ptr<Content> content_factory (cxml::ConstNodePtr, int, std::list<std::string> &); +extern std::shared_ptr<Content> content_factory(cxml::ConstNodePtr, boost::optional<boost::filesystem::path> film_directory, int, std::list<std::string> &); extern std::vector<std::shared_ptr<Content>> content_factory (boost::filesystem::path); |
