Files
wxWidgets/include/wx/generic/private
Vitaly Stakhovsky 2af7e38153 Replace obsolete object array with vector in wxGenericListCtrl
Use wxVector<wxListLineData*> instead of WX_DECLARE_OBJARRAY().

This modernizes the code and allows to get rid of the static variables
previously used for sorting as now we can use std::sort().

Closes https://github.com/wxWidgets/wxWidgets/pull/924
2018-09-17 22:50:43 +02:00
..
2015-09-06 17:20:42 -07:00
2016-02-10 20:38:10 +01:00
2016-09-25 13:21:28 -07:00