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