X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a559d70856c65f8fd91d6e56c3e98c3828e18db7..9d8c2f419f522408a922277df330d4c4511befb9:/contrib/src/xml/xh_stlin.cpp?ds=sidebyside diff --git a/contrib/src/xml/xh_stlin.cpp b/contrib/src/xml/xh_stlin.cpp index d65fc08fe6..ae9d9f0b6e 100644 --- a/contrib/src/xml/xh_stlin.cpp +++ b/contrib/src/xml/xh_stlin.cpp @@ -34,7 +34,7 @@ wxStaticLineXmlHandler::wxStaticLineXmlHandler() wxObject *wxStaticLineXmlHandler::DoCreateResource() { - wxStaticLine *line = new wxStaticLine(m_ParentAsWindow, + wxStaticLine *line = new wxStaticLine(m_parentAsWindow, GetID(), GetPosition(), GetSize(), GetStyle(wxT("style"), wxLI_HORIZONTAL),