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-inputs-int.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/fltk-widgets-inputs-int.ads') diff --git a/src/fltk-widgets-inputs-int.ads b/src/fltk-widgets-inputs-int.ads index 18c2482..3f210c0 100644 --- a/src/fltk-widgets-inputs-int.ads +++ b/src/fltk-widgets-inputs-int.ads @@ -17,13 +17,13 @@ package FLTK.Widgets.Inputs.Int is return Integer; -private - - procedure Draw (This : in out Integer_Input); +private + + type Integer_Input is new Input with null record; -- cgit