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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/check_box.h b/src/wx/check_box.h
index 65952040a..6e54ef411 100644
--- a/src/wx/check_box.h
+++ b/src/wx/check_box.h
@@ -24,10 +24,10 @@
#include "i18n_hook.h"
-#include "lib/warnings.h"
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
class CheckBox : public wxCheckBox, public I18NHook