From 254b3044d72de6b033d7c584f5abd2b9aa70aad5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 01:59:04 +0000 Subject: Take Film pointer out of Content. --- src/lib/content_factory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/content_factory.h') diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index f712d9364..af77d9358 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -29,4 +29,4 @@ class Film; class Content; extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::ConstNodePtr, int, std::list &); -extern std::list > content_factory (boost::shared_ptr, boost::filesystem::path); +extern std::list > content_factory (boost::filesystem::path); -- cgit v1.2.3