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/adapad.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/adapad.adb') diff --git a/src/adapad.adb b/src/adapad.adb index 1379a0c..abb63cb 100644 --- a/src/adapad.adb +++ b/src/adapad.adb @@ -38,7 +38,7 @@ package body Adapad is -- Global state of the text editor. Editor : Windows.Editor.Editor_Window := Windows.Editor.Create (800, 500); - Buffer : FLTK.Text_Buffers.Text_Buffer := FLTK.Text_Buffers.Create; + Buffer : FLTK.Text_Buffers.Text_Buffer := FLTK.Text_Buffers.Forge.Create; About : Windows.About.About_Window := Windows.About.Create; Find : Windows.Find.Find_Window := Windows.Find.Create; Replace : Windows.Replace.Replace_Window := Windows.Replace.Create; -- cgit