mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 23:47:52 +02:00
* 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:
parent
46ef16ac11
commit
c337575f69
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user