Make a small class to choose KDM types.
[dcpomatic.git] / src / wx / kdm_output_panel.h
index 0025b0072655292f837ccbd424c15bc84e5beebd..37cca30de06af3f5b3bf173b0e1527179cef9e8b 100644 (file)
@@ -28,6 +28,7 @@
 
 class DirPickerCtrl;
 class Job;
+class KDMChoice;
 class NameFormatEditor;
 class wxDirPickerCtrl;
 class wxRadioButton;
@@ -64,7 +65,7 @@ private:
        void write_to_changed ();
        void email_changed ();
 
-       wxChoice* _type;
+       KDMChoice* _type;
        NameFormatEditor* _container_name_format;
        NameFormatEditor* _filename_format;
        wxCheckBox* _write_to;