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