add comparison operators for UUID class (#9871)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-18 11:30:10 +00:00
parent 0930be303a
commit cc68a5bd69
3 changed files with 17 additions and 0 deletions

View File

@@ -135,6 +135,7 @@ wxMSW:
- Fix quoting of arguments passed to wxExecute(char **) (Brian Ravnsgaard Riis).
- Support disabling items before adding them to the menu (Christian Walther).
- Allow to call SetFont(wxNullFont) to reset the font to default.
- Implement UUID::operator==() and !=() (SQLAware).
wxGTK: