xti change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2003-08-05 18:16:33 +00:00
parent 66c571291d
commit 1bc7510adb

View File

@ -531,6 +531,7 @@ void wxLibrary::PrepareClasses(wxClassInfo *first)
info = info->m_next;
}
#if wxUSE_EXTENDED_RTTI == 0
// Set base pointers for each wxClassInfo
info = first;
while (info)
@ -541,6 +542,7 @@ void wxLibrary::PrepareClasses(wxClassInfo *first)
info->m_baseInfo2 = (wxClassInfo *)classTable.Get(info->GetBaseClassName2());
info = info->m_next;
}
#endif
}
void *wxLibrary::GetSymbol(const wxString& symbname)