mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 01:59:12 +02:00
DBG: clean up
git-svn-id: trunk@32940 -
This commit is contained in:
parent
e04d11b5e5
commit
89558a4144
@ -1,4 +1,4 @@
|
|||||||
unit breakpropertydlggroups;
|
unit BreakPropertyDlgGroups;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ type
|
|||||||
AGroupList: String;
|
AGroupList: String;
|
||||||
AAvailableGroups: TIDEBreakPointGroups;
|
AAvailableGroups: TIDEBreakPointGroups;
|
||||||
AAction: TBreakPointGroupAction
|
AAction: TBreakPointGroupAction
|
||||||
);
|
); reintroduce;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
function ShowModal: Integer; override;
|
function ShowModal: Integer; override;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user