mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
* Fixed visibility of TDaemonDefs.FOwner
git-svn-id: trunk@12953 -
This commit is contained in:
parent
ad7f4a1f24
commit
647fe5f237
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user