build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f1d5aa4eca
commit
28c45c53a6
@ -201,8 +201,7 @@ bool TextEditView::OnClose(bool deleteWindow)
|
||||
|
||||
if (deleteWindow)
|
||||
{
|
||||
wxDELETE(m_frame)
|
||||
return true;
|
||||
wxDELETE(m_frame);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
@ -115,7 +115,7 @@ bool MyApp::OnInit(void)
|
||||
|
||||
int MyApp::OnExit(void)
|
||||
{
|
||||
wxDELETE(m_docManager)
|
||||
wxDELETE(m_docManager);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user