Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / email_dialog.h
index 40a6fdb741f5743a6dd3ae100e0875370ea90301..3f622f87d61cab0dd3d6be71fc69b860d10c9640 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2015-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "table_dialog.h"
 #include <boost/optional.hpp>
 
+
 class EmailDialog : public TableDialog
 {
 public:
-       EmailDialog (wxWindow *);
+       explicit EmailDialog (wxWindow *);
 
        void set (std::string);
        boost::optional<std::string> get () const;
@@ -32,3 +34,4 @@ public:
 private:
        wxTextCtrl* _email;
 };
+