X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_waveform_plot.h;h=3801860740008cf82550a5431f4d50de46893100;hb=0b94724919f01edc7fc91e899ef179a7d94da039;hp=d0bfc40ae4462ff25ee4ce8a499c56df81555172;hpb=54ef7357a87885ec329a25e758fb6b132816ec67;p=dcpomatic.git 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 film, ControlFilmViewer* viewer); + VideoWaveformPlot (wxWindow* parent, boost::weak_ptr film, boost::weak_ptr viewer); void set_enabled (bool e); void set_component (int c);