From 3c29aa6531a4046a8db72dcac81189eb8893233c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 Apr 2022 23:27:15 +0200 Subject: Use libdcp's warnings.h --- src/wx/colour_conversion_editor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wx/colour_conversion_editor.h') diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index 294cdbf82..cc3c3d225 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -23,10 +23,10 @@ #define DCPOMATIC_COLOUR_CONVERSION_EDITOR_H -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include -- cgit v1.2.3