diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-02 00:18:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-02 01:17:53 +0100 |
| commit | b39dbb7cf1b0352cf0eb3af4bf4929556355bff5 (patch) | |
| tree | e679b163406b863dbbc04c4635393973b33929ec /src/wx/audio_dialog.h | |
| parent | 9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff) | |
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index 71fbb658b..2767a7f59 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -30,6 +30,7 @@ LIBDCP_ENABLE_WARNINGS class AudioPlot; +class CheckBox; class FilmViewer; class Film; @@ -67,8 +68,8 @@ private: wxStaticText* _integrated_loudness; wxStaticText* _loudness_range; wxStaticText* _leqm; - wxCheckBox* _channel_checkbox[MAX_DCP_AUDIO_CHANNELS]; - wxCheckBox* _type_checkbox[AudioPoint::COUNT]; + CheckBox* _channel_checkbox[MAX_DCP_AUDIO_CHANNELS]; + CheckBox* _type_checkbox[AudioPoint::COUNT]; wxSlider* _smoothing; boost::signals2::scoped_connection _film_connection; boost::signals2::scoped_connection _film_content_connection; |
