X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e066e2566a4e5db3510fe6a204d66850eaeceade..29fd317b4b5f7e9020ebb6f1187c5f8b3c28d5a3:/contrib/src/xml/xmlres.cpp diff --git a/contrib/src/xml/xmlres.cpp b/contrib/src/xml/xmlres.cpp index 7fb10475f0..04ca779d38 100644 --- a/contrib/src/xml/xmlres.cpp +++ b/contrib/src/xml/xmlres.cpp @@ -39,13 +39,13 @@ WX_DEFINE_OBJARRAY(wxXmlResourceDataRecords); -wxXmlResource::wxXmlResource(bool use_locale = TRUE) +wxXmlResource::wxXmlResource(bool use_locale) { m_Handlers.DeleteContents(TRUE); m_UseLocale = use_locale; } -wxXmlResource::wxXmlResource(const wxString& filemask, bool use_locale = TRUE) +wxXmlResource::wxXmlResource(const wxString& filemask, bool use_locale) { m_UseLocale = use_locale; m_Handlers.DeleteContents(TRUE); @@ -836,7 +836,7 @@ void wxXmlResourceHandler::CreateChildren(wxObject *parent, bool this_hnd_only) } -void wxXmlResourceHandler::CreateChildrenPrivately(wxObject *parent, wxXmlNode *rootnode = NULL) +void wxXmlResourceHandler::CreateChildrenPrivately(wxObject *parent, wxXmlNode *rootnode) { wxXmlNode *root; if (rootnode == NULL) root = m_Node; else root = rootnode;