* Fixed visibility of TDaemonDefs.FOwner

git-svn-id: trunk@12953 -
This commit is contained in:
michael 2009-03-22 12:27:59 +00:00
parent ad7f4a1f24
commit 647fe5f237

View File

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