summaryrefslogtreecommitdiff
path: root/src/fltk-widgets.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-14 00:06:33 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-14 00:06:33 +1300
commit88ca2ea14ba6651404cd4ea347ac8f06afdd0558 (patch)
tree74f6b8064f112bd96e66c060537c439ec54d67cd /src/fltk-widgets.ads
parent41fca67267180571b5107bf7b9516eb669588b25 (diff)
Ensured Widgets will remove themselves from a Group upon dealloc and Groups won't inadvertantly dealloc Widgets upon Clear
Diffstat (limited to 'src/fltk-widgets.ads')
-rw-r--r--src/fltk-widgets.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads
index 3381e6e..5765196 100644
--- a/src/fltk-widgets.ads
+++ b/src/fltk-widgets.ads
@@ -382,8 +382,7 @@ private
Text : in String);
procedure Extra_Final
- (This : in out Widget)
- with Inline;
+ (This : in out Widget);
type Callback_Flag is new Interfaces.C.unsigned;