Added new stream tests to typetest.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-23 18:57:11 +00:00
parent 0fccf28fe6
commit cbc906ceb7
3 changed files with 175 additions and 3 deletions

View File

@@ -174,6 +174,9 @@ MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size)
void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
{
char *test = NULL;
*test = 0;
// TRUE is to force the frame to close
Close(TRUE);
}