From c1005ae98d1c07b7e9f14277f99dc1a6c7d42646 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Mon, 13 Jan 2025 12:52:51 +1300
Subject: Check_Browser Set_Checked now has a default

---
 doc/fl_check_browser.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc/fl_check_browser.html')

diff --git a/doc/fl_check_browser.html b/doc/fl_check_browser.html
index 3c172eb..b09bd0e 100644
--- a/doc/fl_check_browser.html
+++ b/doc/fl_check_browser.html
@@ -125,7 +125,7 @@ void checked(int item, int b);
 procedure Set_Checked
        (This  : in out Check_Browser;
         Index : in     Positive;
-        State : in     Boolean);
+        State : in     Boolean := True);
 </pre></td>
   </tr>
 
-- 
cgit