]> git.saurik.com Git - wxWidgets.git/commit - src/propgrid/propgrid.cpp
Made code that uses wxArrayPGProperty more STL compliant (still can't use wxVector...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 18 Aug 2009 14:28:08 +0000 (14:28 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 18 Aug 2009 14:28:08 +0000 (14:28 +0000)
commit7f3f8f1e85e34898a30a8463ca73c86d6550548d
tree6ffe3d4660849062b9c37bda7438bfaa0afa2cbd
parentf9136b63ee00042fe1bf331f7e17f05ccc0021af
Made code that uses wxArrayPGProperty more STL compliant (still can't use wxVector for it because I think there is no wx equivalent of std::sort)

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