diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 22:25:43 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 22:25:43 +0000 |
| commit | fe8251bb73765b459042b0fa841dae2d440487fd (patch) | |
| tree | 9a8cbd162915c2e6e4cf868cfc0321bfb1a44ffd /src/lib/content.h | |
| parent | f67bc45820b4e56f90eecb97ba3b7762c119f9b5 (diff) | |
Remove Film pointer from clone().
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
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); |
