Disable warnings around all wx includes.
[dcpomatic.git] / src / wx / image_sequence_dialog.h
index 3104cef48515ee90eceb18c39f13cfe8ec2d9f40..1a7ae5de796f3255649f6139358288e90f7f4729 100644 (file)
 
 */
 
-#include <wx/wx.h>
+
 #include "table_dialog.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
+#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
+
 
 class ImageSequenceDialog : public TableDialog
 {
 public:
-       ImageSequenceDialog (wxWindow* parent);
+       explicit ImageSequenceDialog (wxWindow* parent);
 
        double frame_rate () const;