X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21e0a4d5f15ea1df40d29359fc1e84085936ef3f..bcfa2b31849b797d5a0660b6a80c330f243a0211:/include/wx/radiobox.h diff --git a/include/wx/radiobox.h b/include/wx/radiobox.h index 01c8514cdf..125075214a 100644 --- a/include/wx/radiobox.h +++ b/include/wx/radiobox.h @@ -16,7 +16,7 @@ #include "wx/ctrlsub.h" -extern WXDLLEXPORT_DATA(const wxChar*) wxRadioBoxNameStr; +extern WXDLLEXPORT_DATA(const wxChar) wxRadioBoxNameStr[]; // ---------------------------------------------------------------------------- // wxRadioBoxBase is not a normal base class, but rather a mix-in because the