diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-20 00:01:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-22 23:26:27 +0000 |
| commit | 8872a0a0028048e277a623fa08e8242dd43f4824 (patch) | |
| tree | de2966cbfbd96033fcc2539a6e20bd146812a7c3 /src/wx/content_view.h | |
| parent | 1e76e9d06cb86cc7a29e5603097d74ab0057057f (diff) | |
Separate out SPL/SPLEntry; start trying to make player read SPLs sensibly.
Diffstat (limited to 'src/wx/content_view.h')
| -rw-r--r-- | src/wx/content_view.h | 3 |
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); |
