Dolby is apparently recreating all their certificates (as they will soon expire)...
[dcpomatic.git] / src / wx / system_information_dialog.h
index 63c70fba5e6fb540ef2872b0bb2812c98e5b7be2..48674eecb198a852cbf1cca7d2a86f1ee2851f4e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2019 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2019-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "table_dialog.h"
-#include <boost/weak_ptr.hpp>
+#include <memory>
+
 
 class FilmViewer;
 
+
 class SystemInformationDialog : public TableDialog
 {
 public:
-       SystemInformationDialog (wxWindow* parent, boost::weak_ptr<FilmViewer> viewer);
-
+       SystemInformationDialog(wxWindow* parent, FilmViewer const& viewer);
 };