C++11 tidying.
[dcpomatic.git] / src / wx / move_to_dialog.h
index 61520a71fabfb3c845032910c22b43ebf8a33e54..16267bc9babb3cbaf4831e195f88a849791f5cac 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2016-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "table_dialog.h"
 #include "lib/dcpomatic_time.h"
 #include <boost/optional.hpp>
 
+
 class Film;
 class wxSpinCtrl;
 
+
 class MoveToDialog : public TableDialog
 {
 public: