summaryrefslogtreecommitdiff
path: root/src/wx/video_waveform_plot.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-16 13:26:57 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-16 13:26:57 +0100
commit533de5cc51d93a8403816fc0f04ca1d5aa733242 (patch)
tree33e7457560650bb4e408165bb93d3a1eda17c47b /src/wx/video_waveform_plot.h
parenta9228a36ed335dc0a624f0d65b9a2d9e42bec3b0 (diff)
Fix bit chopped off right hand side of video waveform.
Diffstat (limited to 'src/wx/video_waveform_plot.h')
-rw-r--r--src/wx/video_waveform_plot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/video_waveform_plot.h b/src/wx/video_waveform_plot.h
index c5cc498f6..0f8bd33cd 100644
--- a/src/wx/video_waveform_plot.h
+++ b/src/wx/video_waveform_plot.h
@@ -54,6 +54,7 @@ private:
int _contrast;
static int const _vertical_margin;
+ static int const _x_axis_width;
boost::signals2::connection _viewer_connection;
};