diff options
Diffstat (limited to 'src/wx/player_information.cc')
| -rw-r--r-- | src/wx/player_information.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc index dbb394c64..36fb0e0ca 100644 --- a/src/wx/player_information.cc +++ b/src/wx/player_information.cc @@ -36,7 +36,7 @@ using boost::optional; /* This should be even */ static int const dcp_lines = 6; -PlayerInformation::PlayerInformation (wxWindow* parent, FilmViewer* viewer) +PlayerInformation::PlayerInformation (wxWindow* parent, ControlFilmViewer* viewer) : wxPanel (parent) , _viewer (viewer) , _sizer (new wxBoxSizer (wxHORIZONTAL)) |
