mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 06:29:32 +02:00
Remove write access to LoaderList property.
This commit is contained in:
parent
9de2a8dfbc
commit
9f02cfbf72
@ -474,7 +474,7 @@ type
|
||||
property Mode: TFPDMode read FMode;
|
||||
property PointerSize: Integer read GetPointerSize;
|
||||
property MemManager: TFpDbgMemManager read FMemManager;
|
||||
property LoaderList: TDbgImageLoaderList read FLoaderList write FLoaderList;
|
||||
property LoaderList: TDbgImageLoaderList read FLoaderList;
|
||||
end;
|
||||
|
||||
{ TDbgLibrary }
|
||||
|
Loading…
Reference in New Issue
Block a user