fix compilation with wxUSE_STL=1 for VC6 (and presumably others) (bug 1614814)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-12-15 01:47:26 +00:00
parent 9c5fd8a319
commit cd840087aa
2 changed files with 10 additions and 4 deletions

View File

@@ -92,6 +92,7 @@ Major new features in 2.8 release
All:
- Fix compilation with wxUSE_STL=1
- wxGrid::GetBestSize() returns same size the grid would have after AutoSize()
wxMSW: