Compilation fix to propgrid sample after r74628.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 12:08:10 +0000 (12:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 7 Aug 2013 12:08:10 +0000 (12:08 +0000)
commit2d3ae5c5377b638a5cde99bd743614e31ddb2789
tree988a57d11d6a0254aa954b3f65da4a6b08c4cde0
parent3939acd2f77dd3096dda4fd0417575ca8456a9d6
Compilation fix to propgrid sample after r74628.

Use wxMax() and wxMin() instead of std::max() and min().

Also work around wrong for loop scoping for VC6.

See #15368.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/propgrid/propgrid.cpp