X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_waveform_plot.h;fp=src%2Fwx%2Fvideo_waveform_plot.h;h=f482da8f8a2d75cb2876071abbfcf5aed0c11519;hb=449f383f13e5755c523db11f9adef53b58391025;hp=362efa2acae5b535724c843ddbe4e9359b2d9b2e;hpb=5e640ac3e2f6d5fb079ff65659a1483ddac8672e;p=dcpomatic.git diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index 362efa2ac..f482da8f8 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -39,7 +39,7 @@ class FilmViewer; class VideoWaveformPlot : public wxPanel { public: - VideoWaveformPlot (wxWindow* parent, std::weak_ptr film, std::weak_ptr viewer); + VideoWaveformPlot(wxWindow* parent, std::weak_ptr film, FilmViewer& viewer); void set_enabled (bool e); void set_component (int c);