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_float_input.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_float_input.html') diff --git a/doc/fl_float_input.html b/doc/fl_float_input.html index 21189e9..c03dec4 100644 --- a/doc/fl_float_input.html +++ b/doc/fl_float_input.html @@ -22,7 +22,7 @@ Fl_Float_Input - FLTK.Widgets.Inputs.Float + FLTK.Widgets.Inputs.Floating_Point @@ -74,7 +74,7 @@ procedure Draw
 function Get_Value
        (This : in Float_Input)
-    return Standard.Float;
+    return Long_Float;
 
-- cgit