From 9579bfdec2fab28fc221e397cf848a08e48f6840 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 9 May 2014 22:51:30 +0100 Subject: MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS. --- src/wx/audio_plot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/audio_plot.h') 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 _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; -- cgit v1.2.3