Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / dkdm_dialog.h
index 4235de511b5e5cb20665aca8866a220ca38c6451..4a47d961f2a3cc487a06ac0412f3f4bd633be9d1 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 <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <map>
 
-class Film;
-class ScreensPanel;
-class RecipientsPanel;
-class KDMTimingPanel;
+
 class DKDMOutputPanel;
+class Film;
 class KDMCPLPanel;
+class KDMTimingPanel;
+class RecipientsPanel;
+class ScreensPanel;
 struct CPLSummary;
 
+
 class DKDMDialog : public wxDialog
 {
 public: