Browse Source

* Marked some sections as private

git-svn-id: trunk@7374 -
michael 18 years ago
parent
commit
a78f576074
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-base/src/inc/inifiles.pp

+ 2 - 0
packages/fcl-base/src/inc/inifiles.pp

@@ -57,6 +57,7 @@ uses classes, sysutils;
 
 
 type
 type
   TIniFileKey = class
   TIniFileKey = class
+  Private
     FIdent: string;
     FIdent: string;
     FValue: string;
     FValue: string;
   public
   public
@@ -76,6 +77,7 @@ type
   end;
   end;
 
 
   TIniFileSection = class
   TIniFileSection = class
+  private
     FName: string;
     FName: string;
     FKeyList: TIniFileKeyList;
     FKeyList: TIniFileKeyList;
   public
   public