summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-22 21:06:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-22 21:06:41 +0100
commit080da912e04d156d9260a3a5eead9034d2a72af3 (patch)
tree2ebf01d3a283bd2780a3b5b25e6b3bcefb504c9e /src/lib/content_factory.h
parent119178eddf7aa38083862a913e8519591b5b01a0 (diff)
Allow films to be loaded when content is missing.
Diffstat (limited to 'src/lib/content_factory.h')
-rw-r--r--src/lib/content_factory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h
index 27cd36024..93fd98d83 100644
--- a/src/lib/content_factory.h
+++ b/src/lib/content_factory.h
@@ -20,3 +20,4 @@
class Film;
extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::shared_ptr<cxml::Node>);
+extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path);