More string -> boost::filesystem::path.
[dcpomatic.git] / src / lib / content.h
index 3c57dddbe5847289fab8211439f4cf23a0f593ae..9c7ad2fc2984df5ff021c2f623634ba96310f6a3 100644 (file)
@@ -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;