X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Flanguage_tag_widget.h;h=ff3eeb7270f5fb2b525ae77056805d2ef44a70f8;hp=16c00e3a63cc1fc0186a37a10a1781456bd43def;hb=a399d7c7b9239e055ba08a82b18eb68a511d1025;hpb=b249700e1da7dd6631a8b4440587f4093a2bdef1 diff --git a/src/wx/language_tag_widget.h b/src/wx/language_tag_widget.h index 16c00e3a6..ff3eeb727 100644 --- a/src/wx/language_tag_widget.h +++ b/src/wx/language_tag_widget.h @@ -20,7 +20,10 @@ #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include @@ -34,7 +37,7 @@ class LanguageTagWidget { public: LanguageTagWidget (wxWindow* parent, wxString tooltip, boost::optional tag, boost::optional size_to_fit = boost::none); - ~LanguageTagWidget (); + ~LanguageTagWidget(); LanguageTagWidget (LanguageTagWidget const&) = delete; LanguageTagWidget& operator= (LanguageTagWidget const&) = delete;