X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.h;h=f9b60ccc62350651bdf9ed304d6639de46818b63;hb=e83dd04a657865ecb5f8be82b7d36e6e19a5a18e;hp=f3bb65a6c9d95e2868b8f725ad359ead00d664b4;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;p=dcpomatic.git diff --git a/src/wx/about_dialog.h b/src/wx/about_dialog.h index f3bb65a6c..f9b60ccc6 100644 --- a/src/wx/about_dialog.h +++ b/src/wx/about_dialog.h @@ -22,13 +22,15 @@ * @brief The "about DCP-o-matic" dialogue box. */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS + +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS class wxNotebook; + /** @class AboutDialog * @brief The "about DCP-o-matic" dialogue box. */