X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6f41dc81e858f59f036978a3256c48bc24abdb6..a4f6fe43c33bd7933645d110ad2719871dab043d:/include/wx/xrc/xmlreshandler.h?ds=sidebyside diff --git a/include/wx/xrc/xmlreshandler.h b/include/wx/xrc/xmlreshandler.h index d581299cb0..7aa12b7bc6 100644 --- a/include/wx/xrc/xmlreshandler.h +++ b/include/wx/xrc/xmlreshandler.h @@ -131,6 +131,12 @@ public: // it, SetImpl() needs to be called as done by wxXmlResource::AddHandler(). wxXmlResourceHandler() { + m_node = NULL; + m_parent = + m_instance = NULL; + m_parentAsWindow = NULL; + m_resource = NULL; + m_impl = NULL; }