diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-05 22:12:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-05 22:56:23 +0100 |
| commit | d1addc203597a892c02bd162585c6a55950ffaf5 (patch) | |
| tree | e4f86abdbdc4269ec461f001766018f31e446f4f /src/wx/video_waveform_plot.h | |
| parent | a6929b79a5f6167600a2d2bfc4e1ef1dc4796665 (diff) | |
Fix video waveform view with GL backend.
Diffstat (limited to 'src/wx/video_waveform_plot.h')
| -rw-r--r-- | src/wx/video_waveform_plot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h index 1e38f5890..f107f0399 100644 --- a/src/wx/video_waveform_plot.h +++ b/src/wx/video_waveform_plot.h @@ -55,7 +55,7 @@ private: void paint (); void sized (wxSizeEvent &); void create_waveform (); - void set_image (boost::weak_ptr<PlayerVideo>); + void set_image (boost::shared_ptr<PlayerVideo>); void mouse_moved (wxMouseEvent &); boost::weak_ptr<const Film> _film; |
