Explorar o código

* break tgeneric10 again :)

git-svn-id: trunk@5341 -
micha %!s(int64=19) %!d(string=hai) anos
pai
achega
951eddfd85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/tgeneric10.pp

+ 1 - 1
tests/test/tgeneric10.pp

@@ -17,7 +17,7 @@ begin
     halt(1);
 end;
 
-function CompareInt(const Item1, Item2: Integer): Integer;
+function CompareInt(Item1, Item2: Integer): Integer;
 begin
   Result := Item2 - Item1;
 end;