wxWidgets/include
Vadim Zeitlin 0fd2ecfed3 Initialize wxMDIParentFrame::m_accelWindowMenu in default ctor.
If wxMDIParentFrame object was created without its Create() ever being called,
it crashed in its dtor trying to delete an uninitialized pointer, so do
initialize it to NULL in all ctors (via a helper Init() method, as usual).

Closes #11216.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-09-21 08:44:42 +00:00
..
msvc/wx Move #error for non-MSVC to the top of file. 2009-07-25 22:26:15 +00:00
wx Initialize wxMDIParentFrame::m_accelWindowMenu in default ctor. 2009-09-21 08:44:42 +00:00