]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/controls/frametest.cpp
Fixed capitalisation
[wxWidgets.git] / tests / controls / frametest.cpp
index 4bee2246f2bff585381c2eec57044d7b322cc9f9..f1d28a3a724333bc815527e31e6fa46d4c0c6461 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxFrame  unit test
 // Author:      Steven Lamerton
 // Created:     2010-07-10
-// RCS-ID:      $Id$
 // Copyright:   (c) 2010 Steven Lamerton
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -56,7 +55,7 @@ void FrameTestCase::setUp()
 
 void FrameTestCase::tearDown()
 {
-    wxDELETE(m_frame);
+    m_frame->Destroy();
 }
 
 void FrameTestCase::Iconize()