yet another compilation fix, this time for VC9

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-11-01 18:05:59 +00:00
parent 40bfc77055
commit 9ea7a5ddb7

View File

@ -614,7 +614,7 @@ void ArraysTestCase::Swap()
DoTestSwap(1, 10, 100, (wxArrayInt *)NULL);
#endif
DoTestSwap(6, 28, 496, (wxArrayLong *)NULL);
DoTestSwap(6L, 28L, 496L, (wxArrayLong *)NULL);
}
void ArraysTestCase::TestSTL()