Basic save/load of playlists.
[dcpomatic.git] / src / wx / content_view.h
index 0da53f636f139ff0d1838ec1793ad011bc1c821a..ac64600e10a95feba9dc4cfd647e855b95eb4c78 100644 (file)
@@ -34,6 +34,8 @@ public:
        boost::shared_ptr<Content> selected () const;
        void update ();
 
+       boost::shared_ptr<Content> get (std::string digest) const;
+
 private:
        void add (boost::shared_ptr<Content> content);