From fb37523537cdb69a31dede401a604981ce8b7b9d Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 17 Jun 2017 11:28:39 +1000 Subject: Updated coding style, added progress log --- src/fltk-images-bitmaps.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fltk-images-bitmaps.ads') diff --git a/src/fltk-images-bitmaps.ads b/src/fltk-images-bitmaps.ads index d209b4a..ce688f1 100644 --- a/src/fltk-images-bitmaps.ads +++ b/src/fltk-images-bitmaps.ads @@ -6,12 +6,13 @@ package FLTK.Images.Bitmaps is type Bitmap is new Image with private; + + function Copy (This : in Bitmap; Width, Height : in Natural) return Bitmap; - function Copy (This : in Bitmap) return Bitmap; @@ -22,7 +23,6 @@ private type Bitmap is new Image with null record; - overriding procedure Finalize (This : in out Bitmap); -- cgit