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:
@@ -72,16 +72,7 @@ public:
|
|||||||
, m_baseInfo1(0)
|
, m_baseInfo1(0)
|
||||||
, m_baseInfo2(0)
|
, m_baseInfo2(0)
|
||||||
, m_next(sm_first)
|
, m_next(sm_first)
|
||||||
{
|
{ sm_first = this; }
|
||||||
#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;
|
|
||||||
}
|
|
||||||
|
|
||||||
wxObject *CreateObject() { return m_objectConstructor ? (*m_objectConstructor)() : 0; }
|
wxObject *CreateObject() { return m_objectConstructor ? (*m_objectConstructor)() : 0; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user