diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 00:14:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 00:14:38 +0100 |
| commit | e5da5518951e91f7bfb80718c9cf546e3ece059c (patch) | |
| tree | 18f92aa4b492b60f339773b33a138311fdc3d41b /src/lib/content.h | |
| parent | 23cf9a87b290c32bfef24c6674734bed608d13c6 (diff) | |
Basics of making loop do something.
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; |
