summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index 3c57dddbe..9c7ad2fc2 100644
--- a/src/lib/content.h
+++ b/src/lib/content.h
@@ -58,6 +58,7 @@ public:
virtual std::string information () const = 0;
virtual void as_xml (xmlpp::Node *) const;
virtual Time full_length () const = 0;
+ virtual std::string identifier () const;
boost::shared_ptr<Content> clone () const;