diff options
Diffstat (limited to 'src/fltk-widgets-buttons-light-round.ads')
-rw-r--r-- | src/fltk-widgets-buttons-light-round.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fltk-widgets-buttons-light-round.ads b/src/fltk-widgets-buttons-light-round.ads index 9693915..26d6904 100644 --- a/src/fltk-widgets-buttons-light-round.ads +++ b/src/fltk-widgets-buttons-light-round.ads @@ -12,13 +12,13 @@ package FLTK.Widgets.Buttons.Light.Round is return Round_Button; -private - - procedure Draw (This : in out Round_Button); +private + + type Round_Button is new Light_Button with null record; |