]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xml/xh_html.cpp
added 'name' to wxEditableListBox ctor
[wxWidgets.git] / contrib / src / xml / xh_html.cpp
index fba431d79f0745e96ba9ea94124c7c89342d29f9..30ab0b46b2096279c00e0ea8c8e2c4e7a8420390 100644 (file)
@@ -36,7 +36,7 @@ wxHtmlWindowXmlHandler::wxHtmlWindowXmlHandler()
 
 wxObject *wxHtmlWindowXmlHandler::DoCreateResource()
 { 
-    wxHtmlWindow *control = new wxHtmlWindow(m_ParentAsWindow,
+    wxHtmlWindow *control = new wxHtmlWindow(m_parentAsWindow,
                                     GetID(),
                                     GetPosition(), GetSize(),
                                     GetStyle( wxT("style" ), wxHW_SCROLLBAR_AUTO),