removed test supposed to detect lazy binding issues since it breaks
loading of dynamic modules git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5b3610dab2
commit
6d1b9112dc
@ -72,16 +72,7 @@ public:
|
||||
, m_baseInfo1(0)
|
||||
, m_baseInfo2(0)
|
||||
, m_next(sm_first)
|
||||
{
|
||||
#ifdef __WXDEBUG__
|
||||
if (sm_classTable != NULL) {
|
||||
wxString msg(_T("too late binding of class info (lazy binding) for "));
|
||||
msg += className;
|
||||
wxFAIL_MSG(msg);
|
||||
}
|
||||
#endif
|
||||
sm_first = this;
|
||||
}
|
||||
{ sm_first = this; }
|
||||
|
||||
wxObject *CreateObject() { return m_objectConstructor ? (*m_objectConstructor)() : 0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user