summaryrefslogtreecommitdiff
path: root/src/fltk-widgets.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
committerJed Barber <jjbarber@y7mail.com>2018-04-19 21:30:43 +1000
commitae82edc42a3c93c400775b314b65a8662f181b67 (patch)
tree9782c067fefd55ec765e340fe61756a122ffc3cf /src/fltk-widgets.ads
parent617353265e4dc4e0280b565f2cd9e7749ce52bfd (diff)
Completed and polished Window widgets, and fixed some associated oddities
Diffstat (limited to 'src/fltk-widgets.ads')
-rw-r--r--src/fltk-widgets.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fltk-widgets.ads b/src/fltk-widgets.ads
index e4069c1..671cfa0 100644
--- a/src/fltk-widgets.ads
+++ b/src/fltk-widgets.ads
@@ -97,7 +97,7 @@ package FLTK.Widgets is
Box : in Box_Kind);
function Get_Label
- (This : in out Widget)
+ (This : in Widget)
return String;
procedure Set_Label