Separate out SPL/SPLEntry; start trying to make player read SPLs sensibly.
[dcpomatic.git] / src / wx / content_view.h
index 471dd054bd95f81ab3ec29644a64c6a53ce465d4..d27638c05099f89bc3ebe0555e46177676796663 100644 (file)
@@ -18,6 +18,7 @@
 
 */
 
+#include "lib/content_store.h"
 #include <wx/listctrl.h>
 #include <boost/shared_ptr.hpp>
 #include <boost/weak_ptr.hpp>
@@ -26,7 +27,7 @@
 class Content;
 class Film;
 
-class ContentView : public wxListCtrl
+class ContentView : public wxListCtrl, public ContentStore
 {
 public:
        ContentView (wxWindow* parent, boost::weak_ptr<Film> film);