Browse Source

* Made chain protected, as asked in 16899

git-svn-id: trunk@15857 -
michael 15 years ago
parent
commit
fa93751f92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-base/src/contnrs.pp

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

@@ -363,8 +363,8 @@ type
     function GetLoadFactor: double;
     function GetAVGChainLen: double;
     function GetMaxChainLength: Longword;
-    function Chain(const index: Longword):TFPObjectList;
   protected
+    function Chain(const index: Longword):TFPObjectList;
     Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
     Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
     function ChainLength(const ChainIndex: Longword): Longword; virtual;