From b1a8b46960380dc3a771935a09c4e4a23e811c4a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 27 May 2016 04:03:00 +1000 Subject: Text buffers, access types and line lengths --- src/fltk_binding/fltk-widgets-buttons-light-round.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fltk_binding/fltk-widgets-buttons-light-round.ads') diff --git a/src/fltk_binding/fltk-widgets-buttons-light-round.ads b/src/fltk_binding/fltk-widgets-buttons-light-round.ads index 5e1e1f7..0209d4b 100644 --- a/src/fltk_binding/fltk-widgets-buttons-light-round.ads +++ b/src/fltk_binding/fltk-widgets-buttons-light-round.ads @@ -4,6 +4,7 @@ package FLTK.Widgets.Buttons.Light.Round is type Round_Button is new Light_Button with private; + type Round_Button_Access is access all Round_Button; function Create -- cgit