summaryrefslogtreecommitdiff
path: root/src/wx/check_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/check_box.h')
-rw-r--r--src/wx/check_box.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/wx/check_box.h b/src/wx/check_box.h
index 5176cd2e8..65952040a 100644
--- a/src/wx/check_box.h
+++ b/src/wx/check_box.h
@@ -24,7 +24,10 @@
#include "i18n_hook.h"
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
#include <wx/wx.h>
+DCPOMATIC_ENABLE_WARNINGS
class CheckBox : public wxCheckBox, public I18NHook