mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
c51bbd4b15
commit
4efb833b72
|
@ -26,8 +26,6 @@ type
|
|||
property active: boolean read fActive;
|
||||
end;
|
||||
|
||||
// TODO-cWindows: test the demangler under Windows
|
||||
|
||||
// demangle a D name
|
||||
function demangle(const value: string): string;
|
||||
// demangle a list of D names
|
||||
|
|
|
@ -7,7 +7,7 @@ interface
|
|||
uses
|
||||
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ExtCtrls, ComCtrls,
|
||||
EditBtn, lcltype, ce_widget, ActnList, Menus, clipbrd, AnchorDocking, math,
|
||||
TreeFilterEdit, Buttons, process, GraphType, fgl,
|
||||
TreeFilterEdit, Buttons, GraphType, fgl,
|
||||
ce_ddemangle, ce_writableComponent, ce_common, ce_synmemo, ce_interfaces,
|
||||
ce_observer, ce_sharedres, ce_stringrange, ce_dsgncontrols;
|
||||
|
||||
|
|
Loading…
Reference in New Issue