mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
This type is part of the public API, so it can't be just replaced by a std::vector<>, but it can at least be replaced by wxBaseArray<> which inherits from std::vector<>. Also accept just a vector, unimaginatively called wxGridCellCoordsVector in the code, on input, as this is backwards-compatible with passing in a wxGridCellCoordsArray. Finally, simplify the code a bit by using range-for loop. No real changes.