diff options
Diffstat (limited to 'src/fltk.ads')
-rw-r--r-- | src/fltk.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fltk.ads b/src/fltk.ads index e686934..e0ebf1c 100644 --- a/src/fltk.ads +++ b/src/fltk.ads @@ -399,8 +399,8 @@ private -- a mess, really just all sorts of problems. type Wrapper is new Ada.Finalization.Limited_Controlled with record - Void_Ptr : Storage.Integer_Address; - Needs_Dealloc : Boolean := True; + Void_Ptr : Storage.Integer_Address := Null_Pointer; + Needs_Dealloc : Boolean := True; end record; overriding procedure Initialize |