]> git.saurik.com Git - wxWidgets.git/commitdiff
Initialised m_isBeingDeleted -- I don't know how anything
authorJulian Smart <julian@anthemion.co.uk>
Sun, 4 May 2003 21:09:58 +0000 (21:09 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 4 May 2003 21:09:58 +0000 (21:09 +0000)
worked without it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index 14c2493d7d66e5e64d0747be5b7615f97bcf65d7..5962b4b3532d460a4d03aed2e20aae60dcea8e6f 100644 (file)
@@ -149,6 +149,8 @@ void wxWindowBase::InitBase()
     m_hasBgCol =
     m_hasFgCol =
     m_hasFont = FALSE;
+    
+    m_isBeingDeleted = FALSE;
 
     // no style bits
     m_exStyle =