X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a559d70856c65f8fd91d6e56c3e98c3828e18db7..00b2a5df9502adfd9a14ce01ab603f7906984995:/contrib/src/xml/xh_gauge.cpp?ds=sidebyside diff --git a/contrib/src/xml/xh_gauge.cpp b/contrib/src/xml/xh_gauge.cpp index 2341a469c2..9e7d7fcf5a 100644 --- a/contrib/src/xml/xh_gauge.cpp +++ b/contrib/src/xml/xh_gauge.cpp @@ -36,7 +36,7 @@ wxGaugeXmlHandler::wxGaugeXmlHandler() wxObject *wxGaugeXmlHandler::DoCreateResource() { - wxGauge *control = new wxGauge(m_ParentAsWindow, + wxGauge *control = new wxGauge(m_parentAsWindow, GetID(), GetLong( wxT("range"), wxGAUGE_DEFAULT_RANGE), GetPosition(), GetSize(),