Fix typo from previous commit.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton 2010-09-05 13:14:14 +00:00
parent 48d133393c
commit 6e269b25f0

View File

@ -100,7 +100,7 @@ void ListBoxTestCase::tearDown()
void ListBoxTestCase::Sort()
{
#ifndef(__WXOSX__)
#ifndef __WXOSX__
wxDELETE(m_list);
m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY,
wxDefaultPosition, wxDefaultSize, 0, 0,