Don't define wxArrayPGProperty as std::vector in STL build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Aug 2009 00:27:21 +0000 (00:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Aug 2009 00:27:21 +0000 (00:27 +0000)
commit29a35dd5fee0e33143a39824e71aefd66e3e4851
treef5193706ceafa408632df546e7b17b669b2a213f
parentb72534442041f4886728da48e632528d8b55c24b
Don't define wxArrayPGProperty as std::vector in STL build.

wxArray::Remove() method is used on it so defining it as std::vector<> breaks
compilation in STL build. It is also insonsistent with all the other arrays in
wx none of which used "#if wxUSE_STL" around its definition.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/propgriddefs.h