diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-23 20:24:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-23 20:24:51 +0000 |
| commit | c3da7c64f01420447dbab7f5c2ea42ff1b911cc5 (patch) | |
| tree | 77832e3b515987132ce8fe64ee82eaa2e87b8bd0 /src/lib/content.h | |
| parent | bab2a1cf99c58dcb598fed383015b1937d3ea07f (diff) | |
Basics of joining.
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index b4d90b22f..9cf6d866a 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -52,6 +52,7 @@ public: Content (boost::shared_ptr<const Film>, Time); Content (boost::shared_ptr<const Film>, boost::filesystem::path); Content (boost::shared_ptr<const Film>, boost::shared_ptr<const cxml::Node>); + Content (boost::shared_ptr<const Film>, std::vector<boost::shared_ptr<Content> >); virtual ~Content () {} virtual void examine (boost::shared_ptr<Job>); |
