C++11 tidying.
[dcpomatic.git] / src / wx / film_name_location_dialog.h
index d50ed3b5204d98d7e53af3e3e47376121e35d671..09b426e6b3b9691c7827a4a7fd2264c5fd04fb68 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
-#include "wx_util.h"
+
 #include "table_dialog.h"
+#include "wx_util.h"
 #include "lib/warnings.h"
 DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
 #include <wx/filepicker.h>
 DCPOMATIC_ENABLE_WARNINGS
 
+
 class DirPickerCtrl;
 
+
 class FilmNameLocationDialog : public TableDialog
 {
 public:
@@ -52,3 +55,4 @@ private:
        wxChoice* _template_name;
        static boost::optional<boost::filesystem::path> _directory;
 };
+