summaryrefslogtreecommitdiff
path: root/src/adapad.adb
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/adapad.adb
parent12d241335c5ed445baddd9fbc98892495abc1d71 (diff)
Updated to work with non-inherited constructors in FLTK binding
Diffstat (limited to 'src/adapad.adb')
-rw-r--r--src/adapad.adb2
1 files changed, 1 insertions, 1 deletions
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;