Rename _texture -> _video_texture.
[dcpomatic.git] / src / wx / save_template_dialog.h
index 3ccf17ed0254d602249118d8544a48698b018f2a..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.
 
@@ -28,6 +28,7 @@ public:
        std::string name () const;
 
 private:
+       void setup_sensitivity ();
        void check (wxCommandEvent& ev);
 
        wxTextCtrl* _name;