fix self-reference on an order-finalized object (Windows)

svn: r12126
This commit is contained in:
Matthew Flatt 2008-10-25 17:41:00 +00:00
parent 7fa7465280
commit 4ae0c12a1e

View File

@ -172,6 +172,8 @@ wxWindow::wxWindow(void)
winEnabled = TRUE;
focusWindow = NULL;
WXGC_IGNORE(this, focusWindow); // can be a self pointer in a frame
}
// Destructor