C++11 tidying.
[dcpomatic.git] / src / wx / self_dkdm_dialog.h
index 20c138c41c4ac058f99a18a81ad391d03b5a4556..151231a002bad0a1d7e2c2ec18eaafe5767991fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -18,6 +18,7 @@
 
 */
 
+
 #include "wx_util.h"
 #include "lib/warnings.h"
 #include <dcp/types.h>
@@ -27,11 +28,13 @@ DCPOMATIC_ENABLE_WARNINGS
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>
 
+
 class Film;
 class KDMCPLPanel;
 class wxDirPickerCtrl;
 class DirPickerCtrl;
 
+
 class SelfDKDMDialog : public wxDialog
 {
 public: