]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/object.cpp
fixed warning in non-DLL build
[wxWidgets.git] / src / common / object.cpp
index 4c8647abd19377e36b14df9dae6c58e1d6b41e66..2c5530169c48ca3a33527c7a07710f5e82d71482 100644 (file)
@@ -60,7 +60,7 @@ const wxClassInfo* wxObject::sm_classParentswxObject[] = { NULL } ;
  wxClassInfo wxObject::sm_classwxObject(sm_classParentswxObject , wxT("") , wxT("wxObject"),   
             (int) sizeof(wxObject),                              \
             (wxObjectConstructorFn) 0   ,   
-                       (wxPropertyInfo*) NULL,0 , 0 ,     
+                       (wxPropertyInfo*) NULL,(wxHandlerInfo*) NULL,0 , 0 ,     
                        0 , wxVariantToObjectConverterwxObject , wxObjectToVariantConverterwxObject);    
  template<> void wxStringReadValue(const wxString & , wxObject * & ){assert(0) ;}
  template<> void wxStringWriteValue(wxString & , wxObject* const & ){assert(0) ;}