Use wxVector<int> instead of wxArrayInt
This commit is contained in:
@@ -192,7 +192,7 @@ protected:
|
||||
private:
|
||||
|
||||
// Cached item widths (in pixels).
|
||||
wxArrayInt m_widths;
|
||||
wxVector<int> m_widths;
|
||||
|
||||
// Width of currently widest item.
|
||||
int m_widestWidth;
|
||||
|
Reference in New Issue
Block a user