summaryrefslogtreecommitdiff
path: root/src/lib/content_factory.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-21 22:25:43 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-21 22:25:43 +0000
commitfe8251bb73765b459042b0fa841dae2d440487fd (patch)
tree9a8cbd162915c2e6e4cf868cfc0321bfb1a44ffd /src/lib/content_factory.h
parentf67bc45820b4e56f90eecb97ba3b7762c119f9b5 (diff)
Remove Film pointer from clone().
Diffstat (limited to 'src/lib/content_factory.h')
-rw-r--r--src/lib/content_factory.h2
1 files changed, 1 insertions, 1 deletions
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> content_factory (boost::shared_ptr<const Film>, cxml::ConstNodePtr, int, std::list<std::string> &);
+extern boost::shared_ptr<Content> content_factory (cxml::ConstNodePtr, int, std::list<std::string> &);
extern std::list<boost::shared_ptr<Content> > content_factory (boost::filesystem::path);