Pārlūkot izejas kodu

* fixes previously accidentitly commited (and commented out) statement to avoid warning

git-svn-id: trunk@45649 -
florian 5 gadi atpakaļ
vecāks
revīzija
0feb495ab8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/fcl-stl/src/ghashmap.pp

+ 1 - 1
packages/fcl-stl/src/ghashmap.pp

@@ -195,7 +195,7 @@ begin
 {$endif}
     inc(i);
   end;
-  // Result:=Default(TValue);
+  Result:=Default(TValue);
   // exception?
 end;