From 348dc88775fac78f5c1afa30c4f00d6d14dff592 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 12 Feb 2017 23:07:52 +1100 Subject: Election counting now works, logging improved from Haskell version, still need to fix exhausted paper collection --- src/candidates-containers.ads | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/candidates-containers.ads') diff --git a/src/candidates-containers.ads b/src/candidates-containers.ads index 60fe4cb..142d1ca 100644 --- a/src/candidates-containers.ads +++ b/src/candidates-containers.ads @@ -60,7 +60,7 @@ package Candidates.Containers is package CandidateID_Sets is new Ada.Containers.Ordered_Sets - (Element_Type => CandidateID); + (Element_Type => Extended_CandidateID); subtype CandidateID_Set is CandidateID_Sets.Set; -- cgit