Partial split of film viewer.
[dcpomatic.git] / src / wx / player_information.h
index 747cd5a20a0acd12ea03c6795541683c7eb0fe4a..84daf020dd01e9a9fccb9a613b069901d656b1e9 100644 (file)
@@ -26,7 +26,7 @@ class FilmViewer;
 class PlayerInformation : public wxPanel
 {
 public:
-       PlayerInformation (wxWindow* parent, FilmViewer* viewer);
+       PlayerInformation (wxWindow* parent, ControlFilmViewer* viewer);
 
        void triggered_update ();
 
@@ -34,7 +34,7 @@ private:
 
        void periodic_update ();
 
-       FilmViewer* _viewer;
+       ControlFilmViewer* _viewer;
        wxSizer* _sizer;
        wxStaticText** _dcp;
        wxStaticText* _dropped;