git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22335
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+#if wxUSE_EXTENDED_RTTI == 0
for(info = m_after; info != m_before; info = info->m_next)
{
if( info->m_baseClassName1 )
for(info = m_after; info != m_before; info = info->m_next)
{
if( info->m_baseClassName1 )
#pragma optimize("", off)
#endif
#pragma optimize("", off)
#endif
const wxClassInfo* wxObject::sm_classParentswxObject[] = { NULL } ;
wxObject* wxVariantToObjectConverterwxObject ( const wxxVariant &data )
{ return data.Get<wxObject*>() ; }
const wxClassInfo* wxObject::sm_classParentswxObject[] = { NULL } ;
wxObject* wxVariantToObjectConverterwxObject ( const wxxVariant &data )
{ return data.Get<wxObject*>() ; }
Unregister( m_className ) ;
#endif
}
Unregister( m_className ) ;
#endif
}
+#if wxUSE_EXTENDED_RTTI == 0
// Set base pointers for each wxClassInfo
for(info = sm_first; info; info = info->m_next)
// Set base pointers for each wxClassInfo
for(info = sm_first; info; info = info->m_next)
// ----------------------------------------------------------------------------
// Enum Support
// ----------------------------------------------------------------------------
// Enum Support