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