summaryrefslogtreecommitdiff
path: root/src/wx/video_waveform_plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/video_waveform_plot.h')
-rw-r--r--src/wx/video_waveform_plot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h
index f482da8f8..e6e7a6f3d 100644
--- a/src/wx/video_waveform_plot.h
+++ b/src/wx/video_waveform_plot.h
@@ -56,7 +56,7 @@ private:
void paint ();
void sized (wxSizeEvent &);
void create_waveform ();
- void set_image (std::shared_ptr<PlayerVideo>);
+ void set_image();
void mouse_moved (wxMouseEvent &);
std::weak_ptr<const Film> _film;
@@ -67,6 +67,8 @@ private:
int _component = 0;
int _contrast = 0;
+ FilmViewer& _viewer;
+
static int const _vertical_margin;
static int const _pixel_values;
static int const _x_axis_width;