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:
parent
48d133393c
commit
6e269b25f0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user