summaryrefslogtreecommitdiff
path: root/src/grids.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
committerJed Barber <jjbarber@y7mail.com>2018-05-15 16:47:35 +1000
commit6e5b33a195324bd33d946cad15844139d1ba9650 (patch)
tree46b2a48d3c92884974267f2bb6969f670e0ce469 /src/grids.adb
parent143e6a589de13e9cedc39ccd06b7b8d78f58d1c1 (diff)
Updated to bring into line with FLTK bindingHEADmaster
Diffstat (limited to 'src/grids.adb')
-rw-r--r--src/grids.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grids.adb b/src/grids.adb
index 3da212b..12f1ae4 100644
--- a/src/grids.adb
+++ b/src/grids.adb
@@ -9,7 +9,7 @@ package body Grids is
return Grid is
begin
return This : Grid :=
- (FLTK.Widgets.Widget'(FLTK.Widgets.Create (X, Y, W, H, Text)) with
+ (FLTK.Widgets.Widget'(FLTK.Widgets.Forge.Create (X, Y, W, H, Text)) with
Cells => Square_Vector_Vectors.Empty_Vector,
Rows => 0, Cols => 0);
end Create;