X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Frename_template_dialog.h;h=d4304ff45798be799388ec71656308b7839ba30b;hb=31de5b1272d928557a7272977584f5dcc9876c75;hp=bef9f542b43c159bebd830cc80f61b36273fe183;hpb=73407f943ba25e2a0df2c98b3a9a938132876e9f;p=dcpomatic.git diff --git a/src/wx/rename_template_dialog.h b/src/wx/rename_template_dialog.h index bef9f542b..d4304ff45 100644 --- a/src/wx/rename_template_dialog.h +++ b/src/wx/rename_template_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,12 +18,14 @@ */ + #include "table_dialog.h" + class RenameTemplateDialog : public TableDialog { public: - RenameTemplateDialog (wxWindow* parent); + explicit RenameTemplateDialog (wxWindow* parent); void set (wxString n); wxString get () const;