diff options
Diffstat (limited to 'src/wx/video_waveform_plot.h')
| -rw-r--r-- | src/wx/video_waveform_plot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index d0bfc40ae..380186074 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -30,12 +30,12 @@ namespace dcp { class PlayerVideo; class Image; class Film; -class ControlFilmViewer; +class FilmViewer; class VideoWaveformPlot : public wxPanel { public: - VideoWaveformPlot (wxWindow* parent, boost::weak_ptr<const Film> film, ControlFilmViewer* viewer); + VideoWaveformPlot (wxWindow* parent, boost::weak_ptr<const Film> film, boost::weak_ptr<FilmViewer> viewer); void set_enabled (bool e); void set_component (int c); |
