summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 00:14:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 00:14:38 +0100
commite5da5518951e91f7bfb80718c9cf546e3ece059c (patch)
tree18f92aa4b492b60f339773b33a138311fdc3d41b /src/lib/content.h
parent23cf9a87b290c32bfef24c6674734bed608d13c6 (diff)
Basics of making loop do something.
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
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;