]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/xml/xh_radbt.cpp
removed libxpm dependencies from makefiles
[wxWidgets.git] / contrib / src / xml / xh_radbt.cpp
index 4be009e0a9525df459416b4b17f1ffa844da2d00..2c3bc840be8b3ebd1a99256329f113ae1d20d739 100644 (file)
@@ -40,7 +40,7 @@ wxObject *wxRadioButtonXmlHandler::DoCreateResource()
      * normal radio button.
      */ 
 
-    wxRadioButton *control = new wxRadioButton(m_ParentAsWindow,
+    wxRadioButton *control = new wxRadioButton(m_parentAsWindow,
                                     GetID(),
                                     GetText(wxT("label")),
                                     GetPosition(), GetSize(),