aboutsummaryrefslogtreecommitdiff
path: root/src/kompsos.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-02-06 21:32:44 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-02-06 21:32:44 +1300
commit0b9e8a567265584f8ad5f321a38cf1f183875693 (patch)
tree970c4e4e66b6a8e5e668dc1c12f1d68a8a7a67be /src/kompsos.ads
parent6bced91bd28f860d830dfda921ee5056ec93f48c (diff)
Changed the map for DOT in Pretty_Print to a Hashed_Map
Diffstat (limited to 'src/kompsos.ads')
-rw-r--r--src/kompsos.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kompsos.ads b/src/kompsos.ads
index ab50a08..fa2ea8e 100644
--- a/src/kompsos.ads
+++ b/src/kompsos.ads
@@ -498,6 +498,10 @@ private
type Graph_Component_Access is access Graph_Component;
+ function Graph_Component_Access_Hash
+ (Key : in Graph_Component_Access)
+ return Ada.Containers.Hash_Type;
+
type Goal_Graph is new Ada.Finalization.Controlled with record
Actual : Graph_Component_Access := null;
end record;