mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 16:48:27 +02:00
LazDebuggerIntf: fix #40762
This commit is contained in:
parent
b1d880be64
commit
021178a42a
@ -76,7 +76,7 @@ type
|
||||
= class(_BASE)
|
||||
strict private
|
||||
FSupplier: _SUPPLIER_INTF;
|
||||
private
|
||||
protected
|
||||
procedure SetSupplier(ASupplier: _SUPPLIER_INTF);
|
||||
procedure RemoveSupplier(ASupplier: _SUPPLIER_INTF);
|
||||
protected
|
||||
@ -97,7 +97,7 @@ type
|
||||
= class(_BASE)
|
||||
strict private
|
||||
FMonitor: _MONITOR_INTF;
|
||||
private
|
||||
protected
|
||||
procedure SetMonitor(AMonitor: _MONITOR_INTF);
|
||||
protected
|
||||
procedure DoNewMonitor; virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user