From b72f41264d96f6cd9333badad82f978ecdc48fc2 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 15 Jul 2016 22:20:30 +1000 Subject: Groups and Widgets should now keep track of themselves properly, also all named access types removed --- src/adapad.adb | 1 + 1 file changed, 1 insertion(+) (limited to 'src/adapad.adb') diff --git a/src/adapad.adb b/src/adapad.adb index 164f9c3..e0bf2d7 100644 --- a/src/adapad.adb +++ b/src/adapad.adb @@ -14,6 +14,7 @@ with FLTK.Widgets.Buttons.Toggle; with FLTK.Widgets.Inputs; with FLTK.Widgets.Groups.Text_Displays.Text_Editors; with FLTK.Enums; use FLTK.Enums; +with FLTK.Widgets.Groups; function AdaPad return Integer is -- cgit