mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 20:51:38 +02:00
* Fix NilValue
This commit is contained in:
parent
a83c98c0de
commit
78d76a7594
@ -1252,6 +1252,7 @@ end;
|
||||
class function TPtrWrapper.GetNilValue: TPtrWrapper; inline; static;
|
||||
|
||||
begin
|
||||
Result.Value:=Nil;
|
||||
end;
|
||||
|
||||
constructor TPtrWrapper.Create(AValue: PtrInt); overload;
|
||||
|
Loading…
Reference in New Issue
Block a user