diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index f0c1c6384..2890df244 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -77,6 +77,7 @@ private: void audio_stream_changed (wxCommandEvent &); void subtitle_stream_changed (wxCommandEvent &); void use_audio_changed (wxCommandEvent &); + void external_audio_changed (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); @@ -134,7 +135,7 @@ private: wxRadioButton* _use_source_audio; wxComboBox* _audio_stream; wxRadioButton* _use_external_audio; - wxFilePickerCtrl* _external_audio_channel[6]; + wxFilePickerCtrl* _external_audio[MAX_AUDIO_CHANNELS]; /** The Film's audio gain */ wxSpinCtrl* _audio_gain; /** A button to open the gain calculation dialogue */ |
