Tidy up the layout of the TemplatesDialog a bit.
[dcpomatic.git] / src / wx / image_sequence_dialog.h
index 65d1cb922bbed968aec689ce98ac39e7c46555e8..d554ea908a0cb5413aa747454644c8d11be224bd 100644 (file)
 
 */
 
-#include <wx/wx.h>
+
 #include "table_dialog.h"
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
+#include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
+
 
 class ImageSequenceDialog : public TableDialog
 {