瀏覽代碼

--- Merging r30707 into '.':
U packages/fcl-base/src/contnrs.pp
--- Recording mergeinfo for merge of r30707 into '.':
U .

# revisions: 30707

git-svn-id: branches/fixes_3_0@31069 -

marco 10 年之前
父節點
當前提交
15627a8c4b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-base/src/contnrs.pp

+ 1 - 1
packages/fcl-base/src/contnrs.pp

@@ -360,7 +360,6 @@ type
   TFPCustomHashTable = class(TObject)
   private
     FHashTable: TFPObjectList;
-    FHashTableSize: Longword;
     FHashFunction: THashFunction;
     FCount: Longword;
     Function GetDensity: Longword;
@@ -372,6 +371,7 @@ type
     Function GetAVGChainLen: double;
     Function GetMaxChainLength: Longword;
   protected
+    FHashTableSize: Longword;
     Function Chain(const index: Longword):TFPObjectList;
     Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
     Procedure AddNode(ANode : THTCustomNode); virtual; abstract;