X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab6e49136690b92c4879f8f964f7523a775dc7ee..a0c6a355b7b53866286ec6263b99f787cfdbe731:/src/common/xti.cpp diff --git a/src/common/xti.cpp b/src/common/xti.cpp index 23e5af6cf3..38ed197501 100644 --- a/src/common/xti.cpp +++ b/src/common/xti.cpp @@ -519,7 +519,7 @@ wxxVariantArray wxClassInfo::GetPropertyCollection(wxObject *object, const wxCha return accessor->GetPropertyCollection(object); } -void wxClassInfo::AddPropertyCollection(wxObject *object, const wxChar *propertyName , const wxxVariant& value) const +void wxClassInfo::AddToPropertyCollection(wxObject *object, const wxChar *propertyName , const wxxVariant& value) const { const wxPropertyAccessor *accessor;