X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/303c6f20d21a99cc421c80ed7b50193e5e0762d8..67fdb6f9af36cba7a0b06e61be320ce914dc3f4f:/src/common/object.cpp diff --git a/src/common/object.cpp b/src/common/object.cpp index 67e60c8551..c6e4f241a8 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -53,7 +53,7 @@ const wxClassInfo* wxObject::ms_classParents[] = { NULL } ; wxClassInfo wxObject::ms_classInfo(ms_classParents , wxEmptyString , wxT("wxObject"), (int) sizeof(wxObject), \ (wxObjectConstructorFn) 0 , - (wxPropertyInfo*) NULL,(wxHandlerInfo*) NULL,0 , 0 , + NULL,NULL,0 , 0 , 0 , wxVariantOfPtrToObjectConverterwxObject , wxVariantToObjectConverterwxObject , wxObjectToVariantConverterwxObject); template<> void wxStringReadValue(const wxString & , wxObject * & ){assert(0) ;} template<> void wxStringWriteValue(wxString & , wxObject* const & ){assert(0) ;}