* fix test 26481: it tests for something different than the incorrect type parameters and in fact the need to fix this highlights the need for the previous changes

git-svn-id: trunk@39704 -
This commit is contained in:
svenbarth 2018-09-02 16:20:32 +00:00
parent 46ef16ac11
commit c337575f69

View File

@ -22,7 +22,7 @@ type
function Compare(constref ALeft, ARight: T): Integer; override;
end;
function TGOrdinalStringComparer<THashFactory, T>.Compare(constref ALeft,
function TGOrdinalStringComparer<T, THashFactory>.Compare(constref ALeft,
ARight: T): Integer;
begin
Result := FComparer.Compare(ALeft, ARight);