Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / wx / kdm_dialog.h
index 0c6076fb4c1e7d65802931a054be8cec50c70757..c1e9588fe66b6b36d85bb9ac8967295e47333942 100644 (file)
 
 #include "wx_util.h"
 #include <dcp/types.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/date_time/posix_time/posix_time.hpp>
 #include <map>
 
@@ -48,6 +51,7 @@ private:
        void setup_sensitivity ();
        void make_clicked ();
        bool confirm_overwrite (boost::filesystem::path path);
+       void cpl_changed();
 
        std::weak_ptr<const Film> _film;
        ScreensPanel* _screens;