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. |
||
|---|---|---|
| .. | ||
| bitmap1.bmp | ||
| bitmap2.bmp | ||
| grid.bkl | ||
| griddemo.cpp | ||
| griddemo.h | ||
| makefile.gcc | ||
| Makefile.in | ||
| makefile.unx | ||
| makefile.vc | ||