From e5da5518951e91f7bfb80718c9cf546e3ece059c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jul 2013 00:14:38 +0100 Subject: Basics of making loop do something. --- src/lib/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/content.h') 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 clone () const; + boost::filesystem::path file () const { boost::mutex::scoped_lock lm (_mutex); return _file; -- cgit v1.2.3