X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_font_dialog.h;h=59639d2b0b95cb0fa7d8c12517f35fee39d7550e;hb=083848fb7759621a82211e8aee4738c83f16a8fd;hp=48a31a839160223d4408da4347a6e3575d55ab8a;hpb=a69d242f3f00207d6ea7320e6723775f4b0dbfb3;p=dcpomatic.git diff --git a/src/wx/system_font_dialog.h b/src/wx/system_font_dialog.h index 48a31a839..59639d2b0 100644 --- a/src/wx/system_font_dialog.h +++ b/src/wx/system_font_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,6 +18,7 @@ */ + /** @class SystemFontDialog * @brief A dialog box to select one of the "system" fonts on Windows. * @@ -26,13 +27,19 @@ * one of those fonts. */ + +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS #include #include #include + class wxListCtrl; + class SystemFontDialog : public wxDialog { public: