From ea99441e0da927e5a40cf21311265c7e22974f12 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 13 Feb 2017 13:21:17 +1100 Subject: Preference dedupe removed, bignum library obtained from internet (will be replaced later) --- 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 142d1ca..60fe4cb 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 => Extended_CandidateID); + (Element_Type => CandidateID); subtype CandidateID_Set is CandidateID_Sets.Set; -- cgit