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