summaryrefslogtreecommitdiff
path: root/fltk-widgets-buttons-light-round.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2016-05-26 04:35:58 +1000
committerJed Barber <jjbarber@y7mail.com>2016-05-26 04:35:58 +1000
commit2aac034b614d6de39f4aee9f41dba8f2bcc63d8d (patch)
treec3a06709e36cccb576dddf81614c8cddfefffb9f /fltk-widgets-buttons-light-round.ads
parent0f28695be695a0b2e8fbfff388c61cb69cdc03af (diff)
In the interests of readability and consistent style...
Diffstat (limited to 'fltk-widgets-buttons-light-round.ads')
-rw-r--r--fltk-widgets-buttons-light-round.ads7
1 files changed, 4 insertions, 3 deletions
diff --git a/fltk-widgets-buttons-light-round.ads b/fltk-widgets-buttons-light-round.ads
index 18d72d0..5e1e1f7 100644
--- a/fltk-widgets-buttons-light-round.ads
+++ b/fltk-widgets-buttons-light-round.ads
@@ -7,8 +7,8 @@ package FLTK.Widgets.Buttons.Light.Round is
function Create
- (X, Y, W, H : Integer;
- Label : String)
+ (X, Y, W, H : in Integer;
+ Label : in String)
return Round_Button;
@@ -18,7 +18,8 @@ private
type Round_Button is new Light_Button with null record;
- overriding procedure Finalize (This : in out Round_Button);
+ overriding procedure Finalize
+ (This : in out Round_Button);
end FLTK.Widgets.Buttons.Light.Round;