From 468cdc37c83cd51eb1b0656bc7faeaf2099e0918 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Tue, 13 Mar 2018 17:46:33 +1100 Subject: Updated to work with non-inherited constructors in FLTK binding --- src/windows.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows.ads') diff --git a/src/windows.ads b/src/windows.ads index eac1dc0..8050467 100644 --- a/src/windows.ads +++ b/src/windows.ads @@ -31,7 +31,7 @@ private (Ada.Directories.Full_Name (Ada.Command_Line.Command_Name)); Logo : FLTK.Images.RGB.PNG.PNG_Image := - FLTK.Images.RGB.PNG.Create (Origin & "/../share/adapad/logo.png"); + FLTK.Images.RGB.PNG.Forge.Create (Origin & "/../share/adapad/logo.png"); end Windows; -- cgit