Use wxVector<> instead of wxArrayPGProperty

This commit is contained in:
Artur Wieczorek
2018-11-10 20:43:57 +01:00
parent c606a7fc9f
commit 322d6874c3
2 changed files with 47 additions and 19 deletions

View File

@@ -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;