summaryrefslogtreecommitdiff
path: root/src/fltk-images-rgb-bmp.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-images-rgb-bmp.ads')
-rw-r--r--src/fltk-images-rgb-bmp.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fltk-images-rgb-bmp.ads b/src/fltk-images-rgb-bmp.ads
index eed47e1..bb4fa48 100644
--- a/src/fltk-images-rgb-bmp.ads
+++ b/src/fltk-images-rgb-bmp.ads
@@ -5,6 +5,9 @@ package FLTK.Images.RGB.BMP is
type BMP_Image is new RGB_Image with private;
+ type BMP_Image_Reference (Data : not null access BMP_Image'Class) is limited null record
+ with Implicit_Dereference => Data;
+