From: Steve Brokenshire Date: Sun, 10 Jan 2016 20:53:05 +0000 (+0000) Subject: Added DataType for Geoposition when using SetupPointers in frmContactEditorGeoposition X-Git-Tag: release-0.09~75 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=2f018d80d89ae561482844e0058e9f652e1ae148;p=xestiaab%2F.git Added DataType for Geoposition when using SetupPointers in frmContactEditorGeoposition --- 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;