diff options
Diffstat (limited to 'body/fltk-images-pixmaps-gif.adb')
-rw-r--r-- | body/fltk-images-pixmaps-gif.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/body/fltk-images-pixmaps-gif.adb b/body/fltk-images-pixmaps-gif.adb index 95ce3d9..fb8dca8 100644 --- a/body/fltk-images-pixmaps-gif.adb +++ b/body/fltk-images-pixmaps-gif.adb @@ -16,6 +16,8 @@ package body FLTK.Images.Pixmaps.GIF is -- Functions From C -- ------------------------ + -- Allocation -- + function new_fl_gif_image (F : in Interfaces.C.char_array) return Storage.Integer_Address; |