X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fplayer_information.h;h=84daf020dd01e9a9fccb9a613b069901d656b1e9;hb=23583dfb56181c76126e652042e9d1940367aa27;hp=747cd5a20a0acd12ea03c6795541683c7eb0fe4a;hpb=6abe10b28dbe3132ac329dad60befae5f40fbe69;p=dcpomatic.git diff --git a/src/wx/player_information.h b/src/wx/player_information.h index 747cd5a20..84daf020d 100644 --- a/src/wx/player_information.h +++ b/src/wx/player_information.h @@ -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;