X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Femail_dialog.h;h=3f622f87d61cab0dd3d6be71fc69b860d10c9640;hb=d0188ed3e1ea5536e729e93b87d54114368120ac;hp=40a6fdb741f5743a6dd3ae100e0875370ea90301;hpb=00b60f52add041a36fa62118baf4b5ac78993980;p=dcpomatic.git diff --git a/src/wx/email_dialog.h b/src/wx/email_dialog.h index 40a6fdb74..3f622f87d 100644 --- a/src/wx/email_dialog.h +++ b/src/wx/email_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,13 +18,15 @@ */ + #include "table_dialog.h" #include + class EmailDialog : public TableDialog { public: - EmailDialog (wxWindow *); + explicit EmailDialog (wxWindow *); void set (std::string); boost::optional get () const; @@ -32,3 +34,4 @@ public: private: wxTextCtrl* _email; }; +