macOS alignment fix (#2039).
[dcpomatic.git] / src / wx / save_template_dialog.h
index 5fc4300f8ea9378da5ecb4f4e21ff920d9fa03ed..7e4808ca2c113780a53772571293bc3bf47bc760 100644 (file)
@@ -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.
 
 class SaveTemplateDialog : public TableDialog
 {
 public:
-       SaveTemplateDialog (wxWindow* parent);
+       explicit SaveTemplateDialog (wxWindow* parent);
 
        std::string name () const;
 
 private:
+       void setup_sensitivity ();
        void check (wxCommandEvent& ev);
 
        wxTextCtrl* _name;