X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1169a91932273bc84c23ed9dbd0a2da064d59d66..ff95fdbb31fd99b0f0be942349dac1c86a147c22:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index df725e0940..0cab158a27 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -36,7 +36,11 @@ public: int majorDim = 0, long style = wxRA_HORIZONTAL, const wxValidator& val = wxDefaultValidator, - const wxString& name = wxRadioBoxNameStr); + const wxString& name = wxRadioBoxNameStr) + { + (void)Create(parent, id, title, pos, size, n, choices, majorDim, + style, val, name); + } ~wxRadioBox();