diff options
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; |
