From c2c5985b130e02b970cb6bf88c9a81e6e72c6646 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 6 May 2017 17:59:20 +1000 Subject: Cleaned up positioning of Draw procedures --- src/fltk-widgets-buttons-light.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fltk-widgets-buttons-light.ads') diff --git a/src/fltk-widgets-buttons-light.ads b/src/fltk-widgets-buttons-light.ads index 5454b76..4e5eef6 100644 --- a/src/fltk-widgets-buttons-light.ads +++ b/src/fltk-widgets-buttons-light.ads @@ -12,13 +12,13 @@ package FLTK.Widgets.Buttons.Light is return Light_Button; -private - - procedure Draw (This : in out Light_Button); +private + + type Light_Button is new Button with null record; -- cgit