Assorted tidying up.
[dcpomatic.git] / src / wx / download_certificate_dialog.h
index a2fbf808f768b39c77e5f56a1e9e7ea0cff57ac9..e74968b694559709d30f3f0527829af8908136bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
+#include "lib/warnings.h"
 #include <dcp/certificate.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/notebook.h>
+DCPOMATIC_ENABLE_WARNINGS
+
 
 class DownloadCertificatePanel;
 
+
 class DownloadCertificateDialog : public wxDialog
 {
 public: