summaryrefslogtreecommitdiff
path: root/src/deck_io.ads
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-03 15:25:04 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-03 15:25:04 +1300
commit3746ce4682daf46a6c6a0aa25fdbe189d261d5b7 (patch)
treea9d9a1c7b3db26068c236ee6c773f9d40adc850b /src/deck_io.ads
parent109379f51430ea057d810791b43ba02c22a30e46 (diff)
Notes are queried
Diffstat (limited to 'src/deck_io.ads')
-rw-r--r--src/deck_io.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deck_io.ads b/src/deck_io.ads
index 5fe9880..e7723a3 100644
--- a/src/deck_io.ads
+++ b/src/deck_io.ads
@@ -55,7 +55,7 @@ package Deck_IO is
type Field is new SU.Unbounded_String;
package Field_Vectors is new Ada.Containers.Vectors
- (Index_Type => Positive,
+ (Index_Type => Field_Ordinal,
Element_Type => Field);