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:
@@ -154,6 +154,7 @@ All (GUI):
|
|||||||
- added wxTopLevelWindow::IsActive()
|
- added wxTopLevelWindow::IsActive()
|
||||||
- wxSystemSettings::GetMetric now returns -1 for metrics that are not
|
- wxSystemSettings::GetMetric now returns -1 for metrics that are not
|
||||||
supported, instead of zero.
|
supported, instead of zero.
|
||||||
|
- IMPLEMENT_DYNAMIC_CLASS2 macro compilation fixed (Serge Bakkal)
|
||||||
|
|
||||||
Unix:
|
Unix:
|
||||||
|
|
||||||
|
@@ -198,7 +198,7 @@ inline void wxClassInfo::CleanUpClasses() {}
|
|||||||
wxClassInfo name::ms_classInfo(wxT(#name), \
|
wxClassInfo name::ms_classInfo(wxT(#name), \
|
||||||
&basename1::ms_classInfo, \
|
&basename1::ms_classInfo, \
|
||||||
&basename2::ms_classInfo, \
|
&basename2::ms_classInfo, \
|
||||||
wxT(#basename2), (int) sizeof(name), \
|
(int) sizeof(name), \
|
||||||
(wxObjectConstructorFn) name::wxCreateObject);
|
(wxObjectConstructorFn) name::wxCreateObject);
|
||||||
|
|
||||||
// -----------------------------------
|
// -----------------------------------
|
||||||
|
Reference in New Issue
Block a user