aboutsummaryrefslogtreecommitdiff
path: root/src/kompsos-pretty_print.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-17 22:13:19 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-17 22:13:19 +1300
commitab0154499e1b0ad8c3f104bc8a1d8ea7f1fb4a5c (patch)
treee3ed8438d14e92c03b193693a6492db229f5e33d /src/kompsos-pretty_print.ads
parent52d24305fe9a5f47270b713708664d4968f75fed (diff)
Counter for next available Variable now held by each Goal instead of being global
Diffstat (limited to 'src/kompsos-pretty_print.ads')
-rw-r--r--src/kompsos-pretty_print.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kompsos-pretty_print.ads b/src/kompsos-pretty_print.ads
index 23c525e..2e32fb8 100644
--- a/src/kompsos-pretty_print.ads
+++ b/src/kompsos-pretty_print.ads
@@ -62,7 +62,7 @@ private
package DOT_Node_Maps is new Ada.Containers.Ordered_Maps
- (Key_Type => Goal_Component_Access,
+ (Key_Type => Graph_Component_Access,
Element_Type => Long_Natural);