mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:47:59 +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+}
|
||||
|
||||
@ -28,7 +28,7 @@ type
|
||||
AGroupList: String;
|
||||
AAvailableGroups: TIDEBreakPointGroups;
|
||||
AAction: TBreakPointGroupAction
|
||||
);
|
||||
); reintroduce;
|
||||
destructor Destroy; override;
|
||||
function ShowModal: Integer; override;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user