Use libdcp's warnings.h
[dcpomatic.git] / src / wx / kdm_output_panel.h
index f831fdce0937a44237d3df6f2ba565b2210da690..872d23a8f9f6afe38d4b15e33d43ee42386dab65 100644 (file)
 */
 
 
+#include "wx_util.h"
 #include "lib/kdm_with_metadata.h"
 #include <dcp/types.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include <boost/filesystem.hpp>
 
 
 class DirPickerCtrl;
 class Job;
+class KDMChoice;
 class NameFormatEditor;
 class wxDirPickerCtrl;
 class wxRadioButton;
@@ -63,7 +68,7 @@ private:
        void write_to_changed ();
        void email_changed ();
 
-       wxChoice* _type;
+       KDMChoice* _type;
        NameFormatEditor* _container_name_format;
        NameFormatEditor* _filename_format;
        wxCheckBox* _write_to;