X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fstatic_text.h;h=f10d67866c507515100cae5550f9f0e1fb5fef6c;hb=3c29aa6531a4046a8db72dcac81189eb8893233c;hp=bb9ee612c5708b6e273efca4a64b89ae26bfe8a4;hpb=b9a1ad3df5f9d85fb7439efd93fede72b9b078af;p=dcpomatic.git diff --git a/src/wx/static_text.h b/src/wx/static_text.h index bb9ee612c..f10d67866 100644 --- a/src/wx/static_text.h +++ b/src/wx/static_text.h @@ -20,10 +20,10 @@ #include "i18n_hook.h" -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS class StaticText : public wxStaticText, public I18NHook