summaryrefslogtreecommitdiff
path: root/src/wx/kdm_output_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_output_panel.h')
-rw-r--r--src/wx/kdm_output_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h
index 872d23a8f..9c30e286c 100644
--- a/src/wx/kdm_output_panel.h
+++ b/src/wx/kdm_output_panel.h
@@ -67,6 +67,7 @@ private:
void advanced_clicked ();
void write_to_changed ();
void email_changed ();
+ void add_email_addresses_clicked ();
KDMChoice* _type;
NameFormatEditor* _container_name_format;
@@ -84,4 +85,5 @@ private:
bool _forensic_mark_video;
bool _forensic_mark_audio;
boost::optional<int> _forensic_mark_audio_up_to;
+ std::vector<std::string> _extra_addresses;
};