Supporters update.
[dcpomatic.git] / src / wx / repeat_dialog.h
index a3ae7f8dafaf7644052c340fd29cf891e7e61ff8..9008b2eaeedf654ca7ee113c1638dd73a45f03f2 100644 (file)
 
 */
 
-#include <wx/wx.h>
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <wx/spinctrl.h>
+#include <wx/wx.h>
+LIBDCP_ENABLE_WARNINGS
 #include "table_dialog.h"
 
 class RepeatDialog : public TableDialog
 {
 public:
-       RepeatDialog (wxWindow *);
+       explicit RepeatDialog (wxWindow *);
 
        int number () const;