diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 11:41:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 11:41:47 +0100 |
| commit | 91273da19c689e44f3baa368d4b4efbe75cd8fe5 (patch) | |
| tree | b38e643c9de71b16168128a7f2f00ccb75009605 /src/lib/content.h | |
| parent | d6b125826e28c0633137d667371defc33f95f648 (diff) | |
| parent | ba17803f7e33be2bea1363b5a7115e4713dd5997 (diff) | |
Merge branch '1.0' of /home/carl/git/dvdomatic into 1.0
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index a340fb1aa..26e115354 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -56,6 +56,8 @@ public: virtual void as_xml (xmlpp::Node *) const; virtual Time length () const = 0; + boost::shared_ptr<Content> clone () const; + boost::filesystem::path file () const { boost::mutex::scoped_lock lm (_mutex); return _file; |
