summaryrefslogtreecommitdiff
path: root/src/wx/player_information.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/player_information.h')
-rw-r--r--src/wx/player_information.h4
1 files changed, 2 insertions, 2 deletions
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;