From fe8251bb73765b459042b0fa841dae2d440487fd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Nov 2018 22:25:43 +0000 Subject: Remove Film pointer from clone(). --- 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 af77d9358..2522ad017 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -28,5 +28,5 @@ class Film; class Content; -extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::ConstNodePtr, int, std::list &); +extern boost::shared_ptr content_factory (cxml::ConstNodePtr, int, std::list &); extern std::list > content_factory (boost::filesystem::path); -- cgit v1.2.3