X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2Fcontacteditor%2FContactDataObject.h;h=e55491bf5af9aa3ea2ec7e8c8da99947dfd9b2b6;hp=6a9d90fa35be9d4fd81cab316de87a171d5e2f1c;hb=c1482227d7cb5d0fdc539682d0fbda830cb28001;hpb=64e5af606c4f78b992c820414044a6ad8fef29f2 diff --git a/source/contacteditor/ContactDataObject.h b/source/contacteditor/ContactDataObject.h index 6a9d90f..e55491b 100644 --- a/source/contacteditor/ContactDataObject.h +++ b/source/contacteditor/ContactDataObject.h @@ -575,6 +575,7 @@ class ContactDataObject{ void ProcessTimeZone(wxString PropertySeg1, wxString PropertySeg2, int *TimeZoneCount); void ProcessAddress(wxString PropertySeg1, wxString PropertySeg2, int *AddressCount); void ProcessEmail(wxString PropertySeg1, wxString PropertySeg2, int *EmailCount); + void ProcessIM(wxString PropertySeg1, wxString PropertySeg2, int *IMCount); };