Browse Source

* Fixed visibility of TDaemonDefs.FOwner

git-svn-id: trunk@12953 -
michael 16 years ago
parent
commit
647fe5f237
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-base/src/daemonapp.pp

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

@@ -249,8 +249,8 @@ Type
   { TDaemonDefs }
 
   TDaemonDefs = Class(TCollection)
-    FOwner : TPersistent;
   private
+    FOwner : TPersistent;
     function GetDaemonDef(Index : Integer): TDaemonDef;
     procedure SetDaemonDef(Index : Integer; const AValue: TDaemonDef);
   Protected