X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fdcpomatic_button.h;h=902c856668ae2c1b900aafafa664c31a015855d7;hb=e03f50c7d9c3d286fc60716c5d4bb913c2c1e0af;hp=aba41b12562908ecadc3bda3a283183e7ec1ddb8;hpb=b915348a8288d68e2ff114fb3dd89ad22e699969;p=dcpomatic.git diff --git a/src/wx/dcpomatic_button.h b/src/wx/dcpomatic_button.h index aba41b125..902c85666 100644 --- a/src/wx/dcpomatic_button.h +++ b/src/wx/dcpomatic_button.h @@ -18,11 +18,17 @@ */ + #ifndef DCPOMATIC_BUTTON_H #define DCPOMATIC_BUTTON_H + #include "i18n_hook.h" +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS + class Button : public wxButton, public I18NHook { @@ -33,4 +39,5 @@ public: wxString get_text () const override; }; + #endif