X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcontacteditor%2FfrmContactEditorGeoposition.cpp;h=cfd61bff04a91b40187b3abffb9e66d5f81efc78;hb=04a1ebb415bc0291b376d649d0d1ff680f4c6c7c;hp=d16f8a0f79ba2b3b52a8b672c0c8ae574c2c179e;hpb=da64d37d0a13895554e4ad945c46dd0af6d1c0e6;p=xestiaab%2F.git 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;