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/export_video_file_dialog.h | |
| parent | 9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff) | |
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/export_video_file_dialog.h')
| -rw-r--r-- | src/wx/export_video_file_dialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/export_video_file_dialog.h b/src/wx/export_video_file_dialog.h index 0b60166c4..beb33610b 100644 --- a/src/wx/export_video_file_dialog.h +++ b/src/wx/export_video_file_dialog.h @@ -53,9 +53,9 @@ private: std::string _initial_name; wxChoice* _format; - wxCheckBox* _mixdown; - wxCheckBox* _split_reels; - wxCheckBox* _split_streams; + CheckBox* _mixdown; + CheckBox* _split_reels; + CheckBox* _split_streams; wxSlider* _x264_crf; wxStaticText* _x264_crf_label[2]; FilePickerCtrl* _file; |
