diff options
Diffstat (limited to 'src/fltk-widgets-groups-windows-single.ads')
-rw-r--r-- | src/fltk-widgets-groups-windows-single.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fltk-widgets-groups-windows-single.ads b/src/fltk-widgets-groups-windows-single.ads index 32b5c65..b598306 100644 --- a/src/fltk-widgets-groups-windows-single.ads +++ b/src/fltk-widgets-groups-windows-single.ads @@ -25,13 +25,13 @@ package FLTK.Widgets.Groups.Windows.Single is (This : in out Single_Window); -private - - procedure Draw (This : in out Single_Window); +private + + type Single_Window is new Window with null record; |