X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsystem_font_dialog.h;h=a342846d89aff73853c6269586996f1dcfe80804;hb=6c18c9a37f3a1c8ea1d3ca7791a0f1380b23f5d1;hp=da51c9c3a072322cb1a28d371f212130f5877978;hpb=c622a06189181a3a6ad356094c9a3cf4e1f5a722;p=dcpomatic.git diff --git a/src/wx/system_font_dialog.h b/src/wx/system_font_dialog.h index da51c9c3a..a342846d8 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,16 +27,19 @@ * one of those fonts. */ -#include "lib/warnings.h" -DCPOMATIC_DISABLE_WARNINGS + +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS #include #include #include + class wxListCtrl; + class SystemFontDialog : public wxDialog { public: