X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a559d70856c65f8fd91d6e56c3e98c3828e18db7..9d8c2f419f522408a922277df330d4c4511befb9:/contrib/src/xml/xh_slidr.cpp diff --git a/contrib/src/xml/xh_slidr.cpp b/contrib/src/xml/xh_slidr.cpp index ad0c0076aa..fa53fe9cc4 100644 --- a/contrib/src/xml/xh_slidr.cpp +++ b/contrib/src/xml/xh_slidr.cpp @@ -42,7 +42,7 @@ wxSliderXmlHandler::wxSliderXmlHandler() wxObject *wxSliderXmlHandler::DoCreateResource() { - wxSlider *control = new wxSlider(m_ParentAsWindow, + wxSlider *control = new wxSlider(m_parentAsWindow, GetID(), GetLong( wxT("value"), wxSL_DEFAULT_VALUE), GetLong( wxT("min"), wxSL_DEFAULT_MIN),