X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsave_template_dialog.h;h=5fc4300f8ea9378da5ecb4f4e21ff920d9fa03ed;hb=73407f943ba25e2a0df2c98b3a9a938132876e9f;hp=8069fa2f0c39c6ada445c562d2dc627d10754d52;hpb=8e7bdee30563e9e334bc99387315124557ad0227;p=dcpomatic.git 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; };