mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-28 00:11:49 +01: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 }
|
||||||
|
|
||||||
TDaemonDefs = Class(TCollection)
|
TDaemonDefs = Class(TCollection)
|
||||||
FOwner : TPersistent;
|
|
||||||
private
|
private
|
||||||
|
FOwner : TPersistent;
|
||||||
function GetDaemonDef(Index : Integer): TDaemonDef;
|
function GetDaemonDef(Index : Integer): TDaemonDef;
|
||||||
procedure SetDaemonDef(Index : Integer; const AValue: TDaemonDef);
|
procedure SetDaemonDef(Index : Integer; const AValue: TDaemonDef);
|
||||||
Protected
|
Protected
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user