Cleanup: use new CheckBox::bind().
[dcpomatic.git] / src / wx / kdm_output_panel.h
index 9c30e286c856a34158c5a826afea64127fb0d52e..040815392d0036cd2a69b84a1643e65b2a00d827 100644 (file)
@@ -29,6 +29,7 @@ LIBDCP_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 
 
+class CheckBox;
 class DirPickerCtrl;
 class Job;
 class KDMChoice;
@@ -72,7 +73,7 @@ private:
        KDMChoice* _type;
        NameFormatEditor* _container_name_format;
        NameFormatEditor* _filename_format;
-       wxCheckBox* _write_to;
+       CheckBox* _write_to;
 #ifdef DCPOMATIC_USE_OWN_PICKER
        DirPickerCtrl* _folder;
 #else
@@ -81,7 +82,7 @@ private:
        wxRadioButton* _write_flat;
        wxRadioButton* _write_folder;
        wxRadioButton* _write_zip;
-       wxCheckBox* _email;
+       CheckBox* _email;
        bool _forensic_mark_video;
        bool _forensic_mark_audio;
        boost::optional<int> _forensic_mark_audio_up_to;