loading of dynamic modules
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15489
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
, 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; }