X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcontent_view.h;h=334e9bb68202449a8053324cf5d6b854239a9085;hb=166f44ff1b500f684417d660bb349d35383996ee;hp=ac64600e10a95feba9dc4cfd647e855b95eb4c78;hpb=1b4d5951147bc88d771d0afaa98bbfa4ed85a822;p=dcpomatic.git diff --git a/src/wx/content_view.h b/src/wx/content_view.h index ac64600e1..334e9bb68 100644 --- a/src/wx/content_view.h +++ b/src/wx/content_view.h @@ -18,6 +18,7 @@ */ +#include "lib/content_store.h" #include #include #include @@ -26,10 +27,10 @@ class Content; class Film; -class ContentView : public wxListCtrl +class ContentView : public wxListCtrl, public ContentStore { public: - ContentView (wxWindow* parent, boost::weak_ptr film); + ContentView (wxWindow* parent); boost::shared_ptr selected () const; void update ();