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:
@@ -100,7 +100,7 @@ void ListBoxTestCase::tearDown()
|
|||||||
|
|
||||||
void ListBoxTestCase::Sort()
|
void ListBoxTestCase::Sort()
|
||||||
{
|
{
|
||||||
#ifndef(__WXOSX__)
|
#ifndef __WXOSX__
|
||||||
wxDELETE(m_list);
|
wxDELETE(m_list);
|
||||||
m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY,
|
m_list = new wxListBox(wxTheApp->GetTopWindow(), wxID_ANY,
|
||||||
wxDefaultPosition, wxDefaultSize, 0, 0,
|
wxDefaultPosition, wxDefaultSize, 0, 0,
|
||||||
|
Reference in New Issue
Block a user