summaryrefslogtreecommitdiff
path: root/src/candidates-containers.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-13 13:21:17 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-13 13:21:17 +1100
commitea99441e0da927e5a40cf21311265c7e22974f12 (patch)
treef824f30ab5f475f0f9b5e8a619a36dc81ea83284 /src/candidates-containers.ads
parent835c2dffc539e277812925469c82662482e1bbc5 (diff)
Preference dedupe removed, bignum library obtained from internet (will be replaced later)
Diffstat (limited to 'src/candidates-containers.ads')
-rw-r--r--src/candidates-containers.ads2
1 files changed, 1 insertions, 1 deletions
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;