fix crash in wxExecuteModule::OnExit() (never noticed before because it wasn't executed until the last commit)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-06 19:00:09 +00:00
parent 808ac867cf
commit 9978ac8e4f

View File

@ -176,7 +176,7 @@ public:
}
}
if ( *gs_classForHiddenWindow )
if ( gs_classForHiddenWindow )
{
if ( !::UnregisterClass(wxMSWEXEC_WNDCLASSNAME, wxGetInstance()) )
{