diff --git a/tests/controls/virtlistctrltest.cpp b/tests/controls/virtlistctrltest.cpp index 403041129b..b82cbef788 100644 --- a/tests/controls/virtlistctrltest.cpp +++ b/tests/controls/virtlistctrltest.cpp @@ -112,7 +112,7 @@ void VirtListCtrlTestCase::UpdateSelection() void VirtListCtrlTestCase::DeselectedEvent() { #if wxUSE_UIACTIONSIMULATOR - m_list->AppendColumn("Col0"); + m_list->AppendColumn("Col0"); m_list->SetItemCount(1); wxListCtrl* const list = m_list;