Added wxVector::swap().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-07-12 17:00:29 +00:00
parent c602c59b6e
commit dbe0872fc8
3 changed files with 31 additions and 0 deletions

View File

@@ -357,6 +357,7 @@ All:
- Include port number in host header in wxHTTP (Marcin 'Malcom' Malich).
- Added wxTempFile::Flush().
- Added support for wxLongLong and wxULongLong in wxVariant.
- Added wxVector::swap().
All (GUI):