Parcourir la source

test change

git-svn-id: trunk@17245 -
vladob il y a 14 ans
Parent
commit
f83ae10939
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/fcl-stl/src/gmap.pp

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

@@ -27,8 +27,8 @@ type
   public
   type
     TPair=record
-      Key:TKey;
       Value:TValue;
+      Key:TKey;
     end;
     TMCompare = specialize TMapCompare<TPair, TCompare>;
     TMSet = specialize TSet<TPair, TMCompare>;