Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / src / wx / name_format_editor.h
index 2ae3f5e930911e887990088b3a848a717c29f2a8..b4fe5691ea08b8bfa47d40f81fb55d5764cd88d7 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.
 
 
 */
 
+
 #ifndef DCPOMATIC_NAME_FORMAT_EDITOR_H
 #define DCPOMATIC_NAME_FORMAT_EDITOR_H
 
+
 #include "lib/compose.hpp"
 #include <dcp/name_format.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
-#include <boost/foreach.hpp>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/signals2.hpp>
 
+
 class NameFormatEditor
 {
 public:
@@ -57,4 +62,5 @@ private:
        std::string _suffix;
 };
 
+
 #endif