X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_waveform_plot.h;h=3801860740008cf82550a5431f4d50de46893100;hb=b0f21ba2d7c2669616dfc78ce2e07d98ee58b3c5;hp=7e9dbf70999691da6ca2ee793a2bae1c8814d3cc;hpb=f8a0bc6135a933dcf660bbc46b4b3d29d503690e;p=dcpomatic.git diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index 7e9dbf709..380186074 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, boost::weak_ptr viewer); void set_enabled (bool e); void set_component (int c);