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