X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/232fdc630c42eb165f7659981043e794be03b3b7..e1efca652844273c3e8d32c7e5f442b87e455ca7:/tests/controls/choicetest.cpp?ds=sidebyside diff --git a/tests/controls/choicetest.cpp b/tests/controls/choicetest.cpp index 846dc0d229..dd82ff123d 100644 --- a/tests/controls/choicetest.cpp +++ b/tests/controls/choicetest.cpp @@ -49,7 +49,7 @@ private: // register in the unnamed registry so that these tests are run by default CPPUNIT_TEST_SUITE_REGISTRATION( ChoiceTestCase ); -// also include in it's own registry so that these tests can be run alone +// also include in its own registry so that these tests can be run alone CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( ChoiceTestCase, "ChoiceTestCase" ); void ChoiceTestCase::setUp() @@ -64,7 +64,7 @@ void ChoiceTestCase::tearDown() void ChoiceTestCase::Sort() { -#if !defined(__WXGTK__) && !defined(__WXOSX__) +#if !defined(__WXOSX__) wxDELETE(m_choice); m_choice = new wxChoice(wxTheApp->GetTopWindow(), wxID_ANY, wxDefaultPosition, wxDefaultSize, 0, 0,