summaryrefslogtreecommitdiff
path: root/src/bundles-containers.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-07-05 22:12:59 +1000
committerJed Barber <jjbarber@y7mail.com>2017-07-05 22:12:59 +1000
commit36a5b38d4602aab2ab8607069282afc7ce0c392b (patch)
tree8907ed02fce539bd6e4ca6e9f27cb46899729195 /src/bundles-containers.adb
parent52eb6622ee81c50dd41cfbc8ba53cc210c0e9b1e (diff)
Removed extraneous Candidate_Range type in Bundles.Containers
Diffstat (limited to 'src/bundles-containers.adb')
-rw-r--r--src/bundles-containers.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundles-containers.adb b/src/bundles-containers.adb
index a027727..d1b1130 100644
--- a/src/bundles-containers.adb
+++ b/src/bundles-containers.adb
@@ -40,7 +40,7 @@ package body Bundles.Containers is
if Current_Prefs (Given_Prefs.Preference_Range'First) /=
Candidates.No_Candidate
then
- Result (Candidate_Range (Current_Prefs (Given_Prefs.Preference_Range'First))).Reference
+ Result (Current_Prefs (Given_Prefs.Preference_Range'First)).Reference
(1).Papers.Append (Current_Prefs);
end if;
end if;