From b39dbb7cf1b0352cf0eb3af4bf4929556355bff5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 2 Nov 2022 00:18:56 +0100 Subject: Cleanup: use new CheckBox::bind(). --- src/wx/paste_dialog.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/wx/paste_dialog.h') diff --git a/src/wx/paste_dialog.h b/src/wx/paste_dialog.h index 1f447d3f8..0be0f34b8 100644 --- a/src/wx/paste_dialog.h +++ b/src/wx/paste_dialog.h @@ -22,6 +22,9 @@ #include "table_dialog.h" +class CheckBox; + + class PasteDialog : public TableDialog { public: @@ -32,7 +35,7 @@ public: bool text () const; private: - wxCheckBox* _video; - wxCheckBox* _audio; - wxCheckBox* _text; + CheckBox* _video; + CheckBox* _audio; + CheckBox* _text; }; -- cgit v1.2.3