summaryrefslogtreecommitdiff
path: root/src/wx/content_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_view.h')
-rw-r--r--src/wx/content_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index 471dd054b..d27638c05 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -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);