diff options
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 0025b0072..37cca30de 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -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; |
