Add CPL::filename().
[libdcp.git] / src / cpl.h
index c50d8f903a790a9619c23c99f693c3363b3b3610..0c213f8aa15551d1464d8d301292804adee03ef4 100644 (file)
--- a/src/cpl.h
+++ b/src/cpl.h
@@ -91,6 +91,8 @@ public:
        std::string id () const {
                return _id;
        }
+
+       boost::filesystem::path filename () const;
        
        bool equals (CPL const & other, EqualityOptions options, boost::function<void (NoteType, std::string)> note) const;