From d60913555cda566d162d73c15c82b78c920a246b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 4 May 2003 21:09:58 +0000 Subject: [PATCH] Initialised m_isBeingDeleted -- I don't know how anything worked without it... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/wincmn.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/wincmn.cpp b/src/common/wincmn.cpp index 14c2493d7d..5962b4b353 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -149,6 +149,8 @@ void wxWindowBase::InitBase() m_hasBgCol = m_hasFgCol = m_hasFont = FALSE; + + m_isBeingDeleted = FALSE; // no style bits m_exStyle = -- 2.50.0