Add Uwe Dittes as translator.
[dcpomatic.git] / src / wx / screen_dialog.h
index 913480d76be734e0b7febfb930b80bf904e4a02a..2c2d8b8bfe45536a65e56a61d45c3e6f45adc00d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "editable_list.h"
 #include "lib/screen.h"
 #include <dcp/certificate.h>
 #include <wx/wx.h>
-#include <boost/shared_ptr.hpp>
 #include <boost/optional.hpp>
 
+
 class Progress;
 class TrustedDeviceDialog;
 
+
 class ScreenDialog : public wxDialog
 {
 public:
@@ -36,7 +38,7 @@ public:
                wxString,
                std::string name = "",
                std::string notes = "",
-               boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate> (),
+               boost::optional<dcp::Certificate> c = boost::optional<dcp::Certificate>(),
                std::vector<TrustedDevice> d = std::vector<TrustedDevice>()
                );