From f9e453e3d456514066e8ecbed9fbac93a588a0d0 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Tue, 21 Jan 2025 00:53:56 +1300 Subject: Using the type method is now more consistent --- doc/fl_input_.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/fl_input_.html') diff --git a/doc/fl_input_.html b/doc/fl_input_.html index b8e9929..071ec66 100644 --- a/doc/fl_input_.html +++ b/doc/fl_input_.html @@ -209,7 +209,7 @@ function Index int input_type() const;
-function Get_Input_Type
+function Get_Kind
        (This : in Input)
     return Input_Kind;
 
@@ -220,7 +220,7 @@ function Get_Input_Type void input_type(int t);
-procedure Set_Input_Type
+procedure Set_Kind
        (This : in out Input;
         To   : in     Input_Kind);
 
-- cgit