]> git.saurik.com Git - wxWidgets.git/commit
Remove apparently unnecessary wxAuiMDIClientWindow dtor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 14:19:55 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Oct 2011 14:19:55 +0000 (14:19 +0000)
commit74e0e33a85ab0514dd1c0a750d694da1f3a28f08
tree4b35de8dc74080e1c978b0b1614fe26ed292abd0
parent05f4dfa7268b60d2f56a685933c49f3d3d4be745
Remove apparently unnecessary wxAuiMDIClientWindow dtor.

This dtor doesn't seem to do anything useful as the base class dtor already
destroys all window children anyhow and removing it is reported to fix some
crashes in wxAUI (which is surprising and probably hides some other bug...).

Closes #13547.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/aui/tabmdi.h
src/aui/tabmdi.cpp