X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fquestion_dialog.h;h=b0ad3f7b9f2f714e7f5ebf3d6a7bc089e7faf381;hb=58c63c02bc26209f42f42bccbe4a587f9df6f05f;hp=6b99065f632b05a224d990dde62978ee2810b600;hpb=2da4caba7871455c097c0ed940dd6f2332dbda5d;p=dcpomatic.git diff --git a/src/wx/question_dialog.h b/src/wx/question_dialog.h index 6b99065f6..b0ad3f7b9 100644 --- a/src/wx/question_dialog.h +++ b/src/wx/question_dialog.h @@ -18,10 +18,12 @@ */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS + +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS + class QuestionDialog : public wxDialog {