From 2f018d80d89ae561482844e0058e9f652e1ae148 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 20:53:05 +0000 Subject: [PATCH] Added DataType for Geoposition when using SetupPointers in frmContactEditorGeoposition --- source/contacteditor/frmContactEditorGeoposition.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/contacteditor/frmContactEditorGeoposition.cpp b/source/contacteditor/frmContactEditorGeoposition.cpp index d16f8a0..cfd61bf 100644 --- a/source/contacteditor/frmContactEditorGeoposition.cpp +++ b/source/contacteditor/frmContactEditorGeoposition.cpp @@ -210,6 +210,7 @@ void frmContactEditorGeoposition::SetupPointers(std::map *Geoposi std::map *GeopositionListAltID, std::map *GeopositionListPID, std::map *GeopositionListType, + std::map *GeopositionListDataType, std::map *GeopositionListTokens, std::map *GeopositionListMediatype, std::map *GeopositionListPref, @@ -224,6 +225,7 @@ void frmContactEditorGeoposition::SetupPointers(std::map *Geoposi GeopositionListAltIDPtr = GeopositionListAltID; GeopositionListPIDPtr = GeopositionListPID; GeopositionListTypePtr = GeopositionListType; + GeopositionListDataTypePtr = GeopositionListDataType; GeopositionListTokensPtr = GeopositionListTokens; GeopositionListPrefPtr = GeopositionListPref; GeopositionListCtrlPtr = GeopositionListCtrl; -- 2.39.2