mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 01:41:56 +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;
|
||||
|
||||
begin
|
||||
Result.Value:=Nil;
|
||||
end;
|
||||
|
||||
constructor TPtrWrapper.Create(AValue: PtrInt); overload;
|
||||
|
Loading…
Reference in New Issue
Block a user