summaryrefslogtreecommitdiff
path: root/src/deck_io.ads
diff options
context:
space:
mode:
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);