summaryrefslogtreecommitdiff
path: root/src/lib/content.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.h
parentf67bc45820b4e56f90eecb97ba3b7762c119f9b5 (diff)
Remove Film pointer from clone().
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index c6fa2c9f4..47f29cb79 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -97,7 +97,7 @@ public:
*/
virtual std::list<DCPTime> reel_split_points () const;
- boost::shared_ptr<Content> clone (boost::shared_ptr<const Film> film) const;
+ boost::shared_ptr<Content> clone () const;
void set_paths (std::vector<boost::filesystem::path> paths);