X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9cd2cb909f81f8833c6af121849676236646430..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/statbox.h diff --git a/include/wx/mac/carbon/statbox.h b/include/wx/mac/carbon/statbox.h index f0b2bbd7b2..7c1c2204cf 100644 --- a/include/wx/mac/carbon/statbox.h +++ b/include/wx/mac/carbon/statbox.h @@ -14,10 +14,10 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const wxChar) wxStaticBoxNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[]; // Group box -class WXDLLEXPORT wxStaticBox: public wxControl +class WXDLLIMPEXP_CORE wxStaticBox: public wxControl { DECLARE_DYNAMIC_CLASS(wxStaticBox)