summaryrefslogtreecommitdiff
path: root/src/election.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/election.ads')
-rw-r--r--src/election.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/election.ads b/src/election.ads
index 0bed2da..c2f367d 100644
--- a/src/election.ads
+++ b/src/election.ads
@@ -18,7 +18,7 @@ package Election is
procedure Setup
- (Candidate_Data : in Candidates.Containers.Candidate_Map;
+ (Candidate_Data : in Candidates.Containers.Candidate_Vector;
Preference_File : in String;
Output_Dir, Main_Logfile : in String;
Number_To_Elect : in Natural;