From: Steve Brokenshire Date: Sun, 10 Jan 2016 20:55:28 +0000 (+0000) Subject: Added DataType for use with SetupPointers in frmContactEditorGeoposition header. X-Git-Tag: release-0.09~74 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=7a3b7a995002990147c7b1579f9f13b2c7be0180 Added DataType for use with SetupPointers in frmContactEditorGeoposition header. --- diff --git a/source/contacteditor/frmContactEditorGeoposition.h b/source/contacteditor/frmContactEditorGeoposition.h index ec12222..063ebd1 100644 --- a/source/contacteditor/frmContactEditorGeoposition.h +++ b/source/contacteditor/frmContactEditorGeoposition.h @@ -48,6 +48,7 @@ class frmContactEditorGeoposition : public frmContactEditorGeopositionADT std::map *GeopositionListAltID, std::map *GeopositionListPID, std::map *GeopositionListType, + std::map *GeopositionListDataType, std::map *GeopositionListTokens, std::map *GeopositionListMediatype, std::map *GeopositionListPref, @@ -60,6 +61,7 @@ class frmContactEditorGeoposition : public frmContactEditorGeopositionADT std::map *GeopositionListAltIDPtr; std::map *GeopositionListPIDPtr; std::map *GeopositionListTypePtr; + std::map *GeopositionListDataTypePtr; std::map *GeopositionListTokensPtr; std::map *GeopositionListMediatypePtr; std::map *GeopositionListPrefPtr;