wxwidgets/include
Vadim Zeitlin b7e7d506c5 Use std::vector instead of wx array in wxGenericListCtrl code
This not only simplifies the code but also makes it more efficient by
avoiding unnecessary heap allocations, as we can now just store the
objects themselves in the vector instead of storing pointers to them.

No real changes, this is just a code cleanup/modernization.
2023-01-18 23:56:55 +00:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Use std::vector instead of wx array in wxGenericListCtrl code 2023-01-18 23:56:55 +00:00