made wxRTTI macros namespace-friendly (patch 799434)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-16 11:33:46 +00:00
parent 311ccb86e4
commit c0db962623
4 changed files with 25 additions and 23 deletions

View File

@@ -86,6 +86,7 @@ All (GUI):
- bug in wxRect ctor from two [out of order] wxPoints fixed (Steve Cornett)
- status text is now restored after wxMenu help is shown in it
- bug in wxWindow::RemoveEventHandler() fixed (Yingjun Zhang)
- make it possible to use wxRTTI macros with namespaces (Benjamin I. Williams)
wxMSW: