summaryrefslogtreecommitdiff
path: root/src/wx/audio_plot.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-09 22:51:30 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-09 22:51:30 +0100
commit9579bfdec2fab28fc221e397cf848a08e48f6840 (patch)
treec05ccf3061815c81f9496edfd2b03e9752edd4f4 /src/wx/audio_plot.h
parentcb88e67a861161c49d350cbdc7d5006bbd94ffa1 (diff)
MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
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;