documented wxScopeGuard; this class is too useful to not use it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-06-16 23:46:33 +00:00
parent 426a63a3a2
commit 1a64b24d3e
2 changed files with 48 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ wxWidgets Change Log - For more verbose changes, see the manual
2.6.2
-----
All:
- Fixed wxScopeGuard to work with VC++, documented it
wxMSW:
- Fixed multiline tooltips handling.