summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-10 14:13:10 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-10 14:13:10 +0100
commitcfdd68eb5fb0ef8423e860103ad4e5510994f1da (patch)
tree9ea43b250723775329741e59d5bc2dd861bcb7be /src/wx/audio_plot.h
parent1dcfb3a26085ebb3703f40e2f51e43ce3d98be50 (diff)
parent5575a950f13dbed1e60d733aee71b316c3429ae0 (diff)
Merge master.
Diffstat (limited to 'src/wx/audio_plot.h')
-rw-r--r--src/wx/audio_plot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h
index 4a1a40aa1..adf11e633 100644
--- a/src/wx/audio_plot.h
+++ b/src/wx/audio_plot.h
@@ -46,7 +46,7 @@ private:
float y_for_linear (float, Metrics const &) const;
boost::shared_ptr<AudioAnalysis> _analysis;
- bool _channel_visible[MAX_AUDIO_CHANNELS];
+ bool _channel_visible[MAX_DCP_AUDIO_CHANNELS];
bool _type_visible[AudioPoint::COUNT];
/** gain to apply in dB */
float _gain;