* Patch 96bc38cb7f0230d9749a8b27ab01ccefcf4f4c03 from Maciej Izak

git-svn-id: trunk@39377 -
This commit is contained in:
michael 2018-07-04 08:05:11 +00:00
parent 2f2a5d968b
commit 62fa67d9d8

View File

@ -42,7 +42,7 @@ begin
// don't work with TCuckooD6 map because default TCuckooD6 needs TDelphiSixfoldHashFactory
// and TDefaultHashFactory = TDelphiQuadrupleHashFactory
// (TDelphiQuadrupleHashFactory is compatible with TDelphiDoubleHashFactory and TDelphiHashFactory)
TDefaultHashFactory.GetHashList(@AValue.TaxID, SizeOf(Integer), AHashList);
TDelphiQuadrupleHashFactory.GetHashList(@AValue.TaxID, SizeOf(Integer), AHashList);
end;
var