X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Fgetcontactinfo.h;h=d71e6f328c9de220506820a954f4500cc4705b6d;hb=d1663f3d3931bb05c791ef2c86926a22932c6014;hp=1642817a7c1ab75df09617917c1241210f154a73;hpb=87b1ab30b0f67dfa0457f9e946757d83cfb25106;p=xestiaab%2F.git diff --git a/source/common/getcontactinfo.h b/source/common/getcontactinfo.h index 1642817..d71e6f3 100644 --- a/source/common/getcontactinfo.h +++ b/source/common/getcontactinfo.h @@ -20,13 +20,14 @@ #include #include #include +#include #include "../vcard/vcard.h" #ifndef GETCONTACTINFO_H #define GETCONTACTINFO_H void LoadContactData(vCard *vCardObj, wxHtmlWindow *HTMLObj, wxString SID, - wxString OldSID, std::map *MemoryFSList); + wxString OldSID, std::map *MemoryFSList, wxString backgroundColour); void ProcessIMPPType(wxString *PageData, wxString *IMPPType, bool PreferredContact); void SplitPropertyData(wxString *PropertyLine, std::map *SplitPoints, std::map *SplitLength, int intSize, std::map *SplitData);