Basics of DCP subtitle import.
[dcpomatic.git] / src / lib / dcp_content.h
index a6ef9740033312da147145dff4cc8aec8fc7d29b..7ead80ecb373730de35d89a2d92c6eaa9cf3bca9 100644 (file)
@@ -38,6 +38,7 @@ public:
        std::string summary () const;
        std::string technical_summary () const;
        void as_xml (xmlpp::Node *) const;
+       std::string identifier () const;
 
        boost::filesystem::path directory () const {
                boost::mutex::scoped_lock lm (_mutex);