mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 15:58:37 +02:00
lcl: added missing overload
This commit is contained in:
parent
d834d56b0f
commit
cb5d4b5474
@ -570,7 +570,7 @@ type
|
||||
function EqualDateTime(const A, B: TDateTime): Boolean;
|
||||
function IsNullDate(DT: TDateTime): Boolean;
|
||||
|
||||
function dbgs(const Parts: TDateTimeParts): string;
|
||||
function dbgs(const Parts: TDateTimeParts): string; overload;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user