소스 검색

test change

git-svn-id: trunk@17245 -
vladob 14 년 전
부모
커밋
f83ae10939
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>;