From 32062c660307d5b34f46b1f7b75d17a184930e71 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 --- fltk-widgets-buttons-repeat.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'fltk-widgets-buttons-repeat.ads') diff --git a/fltk-widgets-buttons-repeat.ads b/fltk-widgets-buttons-repeat.ads index baac3f4..0334bcd 100644 --- a/fltk-widgets-buttons-repeat.ads +++ b/fltk-widgets-buttons-repeat.ads @@ -4,6 +4,7 @@ package FLTK.Widgets.Buttons.Repeat is type Repeat_Button is new Button with private; + type Repeat_Button_Access is access all Repeat_Button; function Create -- cgit