delete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 17:47:06 +0000 (17:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Dec 2004 17:47:06 +0000 (17:47 +0000)
commit8da1f9a99ee0ff9493cc7845ec13100cdeac431c
tree3243f32ca490eefe03ae83e175fce6665e8f1777
parent0ce5a3a853f2eaa7fe58e494aa0605918531ff3b
delete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it's too late there (replaces patch 1082605; closes bug 1068000)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/univ/window.h
src/univ/winuniv.cpp