Declare array explicitly as a wxVector instead of using wxArrayPGProperty alias
This commit is contained in:
parent
76f9d6baa9
commit
12a755acf8
@ -2160,7 +2160,7 @@ int wxPropertyGrid::DoDrawItems( wxDC& dc,
|
||||
|
||||
//
|
||||
// Pre-generate list of visible properties.
|
||||
wxArrayPGProperty visPropArray;
|
||||
wxVector<wxPGProperty*> visPropArray;
|
||||
visPropArray.reserve((m_height/m_lineHeight)+6);
|
||||
|
||||
for ( ; !it.AtEnd(); it.Next() )
|
||||
|
Loading…
Reference in New Issue
Block a user