From ff27cad84b1e1a4243a50000e44cd3673c39cc8c 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/branches/WX_2_4_BRANCH@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 f2c89b1220..8fe883928d 100644 --- a/src/common/wincmn.cpp +++ b/src/common/wincmn.cpp @@ -143,6 +143,8 @@ void wxWindowBase::InitBase() m_hasBgCol = m_hasFgCol = m_hasFont = FALSE; + + m_isBeingDeleted = FALSE; // no style bits m_exStyle =