diff options
Diffstat (limited to 'src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads')
-rw-r--r-- | src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads b/src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads index 3889d49..7d21ad7 100644 --- a/src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads +++ b/src/fltk_binding/fltk-widgets-buttons-light-round-radio.ads @@ -4,6 +4,7 @@ package FLTK.Widgets.Buttons.Light.Round.Radio is type Radio_Round_Button is new Round_Button with private; + type Radio_Round_Button_Access is access all Radio_Round_Button; function Create |