C++11 tidying.
[dcpomatic.git] / src / wx / html_dialog.h
index 9da4c82151d06b7ce4bf53dc893b5d5c5c0e77c3..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: