mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 19:39:17 +02:00
FpDebug: fix "override" for GetFullText
This commit is contained in:
parent
7352ac6ad6
commit
bafbb1e6fa
@ -229,7 +229,7 @@ type
|
||||
function DebugDump(AIndent: String; AWithResults: Boolean): String; override;
|
||||
public
|
||||
destructor Destroy; override;
|
||||
function GetFullText(AMaxLen: Integer=0): String; virtual; // including children
|
||||
function GetFullText(AMaxLen: Integer=0): String; override; // including children
|
||||
function Add(APart: TFpPascalExpressionPart): Integer;
|
||||
function IndexOf(APart: TFpPascalExpressionPart): Integer;
|
||||
procedure Clear;
|
||||
|
Loading…
Reference in New Issue
Block a user