fixed IMPLEMENT_DYNAMIC_CLASS2 macro

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-02 22:52:22 +00:00
parent e052a316bf
commit 9a84ce0d31
2 changed files with 4 additions and 3 deletions

View File

@@ -154,6 +154,7 @@ All (GUI):
- added wxTopLevelWindow::IsActive()
- wxSystemSettings::GetMetric now returns -1 for metrics that are not
supported, instead of zero.
- IMPLEMENT_DYNAMIC_CLASS2 macro compilation fixed (Serge Bakkal)
Unix:

View File

@@ -198,7 +198,7 @@ inline void wxClassInfo::CleanUpClasses() {}
wxClassInfo name::ms_classInfo(wxT(#name), \
&basename1::ms_classInfo, \
&basename2::ms_classInfo, \
wxT(#basename2), (int) sizeof(name), \
(int) sizeof(name), \
(wxObjectConstructorFn) name::wxCreateObject);
// -----------------------------------