X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsave_template_dialog.h;h=7e4808ca2c113780a53772571293bc3bf47bc760;hb=8eaf36467713e7ba9a1a2272a44aa1581e31c1b0;hp=3ccf17ed0254d602249118d8544a48698b018f2a;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git 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 + Copyright (C) 2016-2020 Carl Hetherington 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;