diff options
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index 0406c562f..1bc323a14 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2017 Carl Hetherington <cth@carlh.net> + Copyright (C) 2017-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -36,6 +36,7 @@ public: private: void format_changed (); + void file_changed (); wxChoice* _format; wxCheckBox* _mixdown; |
