X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fhtml_dialog.h;h=1792d86edbfa524d2a87f2cb3c2d5ef9dc927216;hb=d4651b1595eb0aab4d956795f757302fef2f31d7;hp=9da4c82151d06b7ce4bf53dc893b5d5c5c0e77c3;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;p=dcpomatic.git diff --git a/src/wx/html_dialog.h b/src/wx/html_dialog.h index 9da4c8215..1792d86ed 100644 --- a/src/wx/html_dialog.h +++ b/src/wx/html_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2018 Carl Hetherington + Copyright (C) 2018-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,13 +18,16 @@ */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS + +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS + class wxHtmlLinkEvent; + class HTMLDialog : public wxDialog { public: