Initialize wxAuiNotebookXmlHandler::m_isInside in ctor.
Closes #15694. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
wxIMPLEMENT_DYNAMIC_CLASS(wxAuiNotebookXmlHandler, wxXmlResourceHandler);
|
||||
|
||||
wxAuiNotebookXmlHandler::wxAuiNotebookXmlHandler()
|
||||
: wxXmlResourceHandler()
|
||||
: wxXmlResourceHandler(),
|
||||
m_isInside(false)
|
||||
{
|
||||
XRC_ADD_STYLE(wxAUI_NB_DEFAULT_STYLE);
|
||||
XRC_ADD_STYLE(wxAUI_NB_TAB_SPLIT);
|
||||
|
Reference in New Issue
Block a user