瀏覽代碼

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>;