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/controls.h | |
| parent | 9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff) | |
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/controls.h')
| -rw-r--r-- | src/wx/controls.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/controls.h b/src/wx/controls.h index a7e32179c..df33005ff 100644 --- a/src/wx/controls.h +++ b/src/wx/controls.h @@ -33,6 +33,7 @@ LIBDCP_ENABLE_WARNINGS #include <boost/signals2.hpp> +class CheckBox; class ClosedCaptionsDialog; class Content; class ContentView; @@ -108,9 +109,9 @@ private: bool _slider_being_moved; - wxCheckBox* _outline_content; + CheckBox* _outline_content; wxChoice* _eye; - wxCheckBox* _jump_to_selected; + CheckBox* _jump_to_selected; wxButton* _rewind_button; wxButton* _back_button; wxButton* _forward_button; |
