Rename _size -> _video_size
[dcpomatic.git] / src / wx / html_dialog.h
index f5fc76e4f67eced0a9f1c8b590d4de5187eb9c3a..2b6924179b8c8252cad5d63cfa3f35477e287e89 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2018-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
+
 
 class wxHtmlLinkEvent;
 
+
 class HTMLDialog : public wxDialog
 {
 public: