summaryrefslogtreecommitdiff
path: root/src/windows.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-03-13 17:46:33 +1100
committerJed Barber <jjbarber@y7mail.com>2018-03-13 17:46:33 +1100
commit468cdc37c83cd51eb1b0656bc7faeaf2099e0918 (patch)
treecec09588a298e5d903ab207e0c2c54b680fec9fe /src/windows.ads
parent12d241335c5ed445baddd9fbc98892495abc1d71 (diff)
Updated to work with non-inherited constructors in FLTK binding
Diffstat (limited to 'src/windows.ads')
-rw-r--r--src/windows.ads2
1 files changed, 1 insertions, 1 deletions
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;