From 7a3b7a995002990147c7b1579f9f13b2c7be0180 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 20:55:28 +0000 Subject: [PATCH] Added DataType for use with SetupPointers in frmContactEditorGeoposition header. --- source/contacteditor/frmContactEditorGeoposition.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.5