diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:51:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-09 22:51:30 +0100 |
| commit | 9579bfdec2fab28fc221e397cf848a08e48f6840 (patch) | |
| tree | c05ccf3061815c81f9496edfd2b03e9752edd4f4 /src/wx/audio_dialog.h | |
| parent | cb88e67a861161c49d350cbdc7d5006bbd94ffa1 (diff) | |
MAX_AUDIO_CHANNELS -> MAX_DCP_AUDIO_CHANNELS.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index b4257057d..b27785292 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -43,7 +43,7 @@ private: boost::shared_ptr<AudioContent> _content; AudioPlot* _plot; - wxCheckBox* _channel_checkbox[MAX_AUDIO_CHANNELS]; + wxCheckBox* _channel_checkbox[MAX_DCP_AUDIO_CHANNELS]; wxCheckBox* _type_checkbox[AudioPoint::COUNT]; wxSlider* _smoothing; boost::signals2::scoped_connection _content_changed_connection; |
