Use wxVector<> instead of wxArrayPGProperty
This commit is contained in:
@@ -2019,7 +2019,7 @@ protected:
|
||||
|
||||
wxVariant m_value;
|
||||
wxPGAttributeStorage m_attributes;
|
||||
wxArrayPGProperty m_children;
|
||||
wxVector<wxPGProperty*> m_children;
|
||||
|
||||
// Extended cell information
|
||||
wxVector<wxPGCell> m_cells;
|
||||
|
Reference in New Issue
Block a user