summaryrefslogtreecommitdiff
path: root/src/fltk.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk.ads')
-rw-r--r--src/fltk.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fltk.ads b/src/fltk.ads
index 8a6a933..91a7b94 100644
--- a/src/fltk.ads
+++ b/src/fltk.ads
@@ -201,7 +201,8 @@ private
type Wrapper is abstract new Ada.Finalization.Limited_Controlled with
record
- Void_Ptr : System.Address;
+ Void_Ptr : System.Address;
+ Needs_Dealloc : Boolean := True;
end record;
-- with Type_Invariant => Has_Valid_Ptr (Wrapper);