C++11 tidying.
[dcpomatic.git] / src / wx / nag_dialog.h
index bc5ae69621395653bbee9a512f0f31e47aab05b2..11fb907f067c4dd0e55a4a3e4b697396fb7c7b86 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "lib/config.h"
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 DCPOMATIC_ENABLE_WARNINGS
 
+
 class NagDialog : public wxDialog
 {
 public: