Remove unused using statement.
[dcpomatic.git] / src / wx / rename_template_dialog.h
index bef9f542b43c159bebd830cc80f61b36273fe183..d4304ff45798be799388ec71656308b7839ba30b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "table_dialog.h"
 
+
 class RenameTemplateDialog : public TableDialog
 {
 public:
-       RenameTemplateDialog (wxWindow* parent);
+       explicit RenameTemplateDialog (wxWindow* parent);
 
        void set (wxString n);
        wxString get () const;