summaryrefslogtreecommitdiff
path: root/src/wx/save_template_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-24 16:45:34 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-24 16:45:34 +0100
commit73407f943ba25e2a0df2c98b3a9a938132876e9f (patch)
tree3f50da759546b4e15bbb076bfafd8afe4509421b /src/wx/save_template_dialog.h
parent8e7bdee30563e9e334bc99387315124557ad0227 (diff)
Add a basic management dialogue for templates.
Diffstat (limited to 'src/wx/save_template_dialog.h')
-rw-r--r--src/wx/save_template_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/save_template_dialog.h b/src/wx/save_template_dialog.h
index 8069fa2f0..5fc4300f8 100644
--- a/src/wx/save_template_dialog.h
+++ b/src/wx/save_template_dialog.h
@@ -28,5 +28,7 @@ public:
std::string name () const;
private:
+ void check (wxCommandEvent& ev);
+
wxTextCtrl* _name;
};