X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e548f6b13a27eee6f2740d922cab636f0b305e0..4fb6c97e93b95f07ab68d067c8982fc746dccde4:/src/common/object.cpp diff --git a/src/common/object.cpp b/src/common/object.cpp index 7f03d2ae38..e6852e8e76 100644 --- a/src/common/object.cpp +++ b/src/common/object.cpp @@ -56,7 +56,7 @@ const wxClassInfo* wxObject::ms_classParents[] = { NULL } ; { return &data.wxTEMPLATED_MEMBER_CALL(Get , wxObject) ; } wxxVariant wxObjectToVariantConverterwxObject ( wxObject *data ) { return wxxVariant( dynamic_cast (data) ) ; } - wxClassInfo wxObject::ms_classInfo(ms_classParents , wxT("") , wxT("wxObject"), + wxClassInfo wxObject::ms_classInfo(ms_classParents , wxEmptyString , wxT("wxObject"), (int) sizeof(wxObject), \ (wxObjectConstructorFn) 0 , (wxPropertyInfo*) NULL,(wxHandlerInfo*) NULL,0 , 0 ,