summaryrefslogtreecommitdiff
path: root/src/stv.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-05 17:12:49 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-05 17:12:49 +1000
commitfd71b0e74f89a7eb31e2a80a1b47614c2a59569f (patch)
tree438ca61c97a3eb47634ba08a5c6d67cec98281cd /src/stv.adb
parentbb80ba1f9c02be0f99690ca392644ae4404aecc7 (diff)
Changed Candidate_Map to Candidate_Vector
Diffstat (limited to 'src/stv.adb')
-rw-r--r--src/stv.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stv.adb b/src/stv.adb
index c10ec2e..eb132cc 100644
--- a/src/stv.adb
+++ b/src/stv.adb
@@ -63,9 +63,9 @@ procedure STV is
Log_File : File_Type;
- Candidate_Data : Candidates.Containers.Candidate_Map;
- Above_Ballot : Candidates.Containers.Above_Line_Ballot;
- Below_Ballot : Candidates.Containers.Below_Line_Ballot;
+ Candidate_Data : Candidates.Containers.Candidate_Vector;
+ Above_Ballot : Candidates.Containers.Above_Line_Ballot;
+ Below_Ballot : Candidates.Containers.Below_Line_Ballot;
begin