X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a559d70856c65f8fd91d6e56c3e98c3828e18db7..8173fefe0a9d61cfe5244a301044aa2269bc1c31:/contrib/src/xml/xh_stbox.cpp diff --git a/contrib/src/xml/xh_stbox.cpp b/contrib/src/xml/xh_stbox.cpp index 2572364e3e..04dd72e4dd 100644 --- a/contrib/src/xml/xh_stbox.cpp +++ b/contrib/src/xml/xh_stbox.cpp @@ -30,7 +30,7 @@ wxStaticBoxXmlHandler::wxStaticBoxXmlHandler() wxObject *wxStaticBoxXmlHandler::DoCreateResource() { - wxStaticBox *box = new wxStaticBox(m_ParentAsWindow, + wxStaticBox *box = new wxStaticBox(m_parentAsWindow, GetID(), GetText(wxT("label")), GetPosition(), GetSize(),