]> git.saurik.com Git - wxWidgets.git/commit
Don't use deprecated methods in wxGrid test.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 17:58:32 +0000 (17:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Dec 2011 17:58:32 +0000 (17:58 +0000)
commitb73da1a41bc27c68133f54debbbfe7597c869637
tree471dfab69d301e80e91e5184e78538f2e92e6fd8
parent2861be020efad7bb9953972825af7d81094c9c1f
Don't use deprecated methods in wxGrid test.

Don't use the methods defined only when building 2.8-compatible mode to let
the tests compile even with WXWIN_COMPATIBILITY_2_8 off. This only worked
before because of the wrong tests in grid.h but broke after the fixes of
r70098.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/controls/gridtest.cpp