X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30bfc425744ec3b797a956a9b78b902ff248bf3b..1d39da4b229f228045c0aa6722665d42d5db61b8:/src/common/object.cpp?ds=inline diff --git a/src/common/object.cpp b/src/common/object.cpp index 4c8647abd1..2c5530169c 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -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) ;}