summaryrefslogtreecommitdiff
path: root/src/wx/save_template_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/save_template_dialog.h')
-rw-r--r--src/wx/save_template_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/save_template_dialog.h b/src/wx/save_template_dialog.h
index 3ccf17ed0..7e4808ca2 100644
--- a/src/wx/save_template_dialog.h
+++ b/src/wx/save_template_dialog.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2016-2020 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -28,6 +28,7 @@ public:
std::string name () const;
private:
+ void setup_sensitivity ();
void check (wxCommandEvent& ev);
wxTextCtrl* _name;