mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 12:09:24 +02:00
19 lines
307 B
ObjectPascal
19 lines
307 B
ObjectPascal
{ %norun }
|
|
unit tw39829;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
interface
|
|
|
|
type
|
|
{ TLazDebugExtensionStringTreeController }
|
|
|
|
TLazDebugExtensionStringTreeController = class
|
|
protected type
|
|
LazDebugExtension1234567890abcdefghijTLazDebugExtensionVaria = (vfLoading, vfChanged, vfOutdated);
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|