From edbb0173d98b170ef75eda0149a132b9836e239d Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 25 Nov 2024 16:17:52 +1300 Subject: Package renames for avoiding name clashes and abbreviations --- doc/fl_int_input.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_int_input.html') diff --git a/doc/fl_int_input.html b/doc/fl_int_input.html index 841d818..a900620 100644 --- a/doc/fl_int_input.html +++ b/doc/fl_int_input.html @@ -22,7 +22,7 @@ Fl_Int_Input - FLTK.Widgets.Inputs.Integer + FLTK.Widgets.Inputs.Whole_Number @@ -74,7 +74,7 @@ procedure Draw
 function Get_Value
        (This : in Integer_Input)
-    return Standard.Integer;
+    return Long_Integer;
 
-- cgit