From 23583dfb56181c76126e652042e9d1940367aa27 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 10 Sep 2018 22:02:09 +0100 Subject: Partial split of film viewer. --- src/wx/video_waveform_plot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/video_waveform_plot.h') diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index 7e9dbf709..023a698a8 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -35,7 +35,7 @@ class FilmViewer; class VideoWaveformPlot : public wxPanel { public: - VideoWaveformPlot (wxWindow* parent, boost::weak_ptr film, FilmViewer* viewer); + VideoWaveformPlot (wxWindow* parent, boost::weak_ptr film, ControlFilmViewer* viewer); void set_enabled (bool e); void set_component (int c); -- cgit v1.2.3