e10e721120
Simply use wxVector instead, this shouldn't be less efficient (we rarely remove the modules from the list and iterating over a vector should actually be faster, as well as consuming less memory), but it avoids ugly macros, is simpler to use and to debug and will be trivial to replace with std::vector<> in the future. No real changes, this is just pure cleanup. |
||
---|---|---|
.. | ||
msvc/wx | ||
wx |