summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-19 20:30:20 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-19 20:57:45 +0100
commitc7d1f6e7988888811fdac36c465919f170a06c7a (patch)
tree66a502347cae49b0238c008c8c69241a2c1fc506 /src/wx/kdm_output_panel.h
parent525c81d62f96829888b8d10e121e7653926e55e1 (diff)
Make a small class to choose KDM types.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
-rw-r--r--src/wx/kdm_output_panel.h3
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;