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/content_advanced_dialog.h | |
| parent | 9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff) | |
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/content_advanced_dialog.h')
| -rw-r--r-- | src/wx/content_advanced_dialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/content_advanced_dialog.h b/src/wx/content_advanced_dialog.h index 93a90ba61..517ad04e5 100644 --- a/src/wx/content_advanced_dialog.h +++ b/src/wx/content_advanced_dialog.h @@ -29,6 +29,7 @@ LIBDCP_ENABLE_WARNINGS #include <vector> +class CheckBox; class Content; class Filter; class LanguageTagWidget; @@ -65,8 +66,8 @@ private: wxButton* _filters_button; wxTextCtrl* _video_frame_rate; wxButton* _set_video_frame_rate; - wxCheckBox* _burnt_subtitle; + CheckBox* _burnt_subtitle; LanguageTagWidget* _burnt_subtitle_language; - wxCheckBox* _ignore_video; + CheckBox* _ignore_video; }; |
