- // we know how many items are going to be added - avoid too many reallocs
- // m_items.Alloc(strings.GetCount());
- // FIXME: Alloc() will clear all the old contents.
- // Suggested fix = make Grow() public and make WX_APPEND_ARRAY take
- // care of calling it automatically
-