summaryrefslogtreecommitdiff
path: root/src/csv.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/csv.ads')
-rw-r--r--src/csv.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csv.ads b/src/csv.ads
index a8273f5..74c2971 100644
--- a/src/csv.ads
+++ b/src/csv.ads
@@ -13,7 +13,7 @@ package CSV is
package String_Vectors is new Ada.Containers.Vectors
- (Index_Type => Natural,
+ (Index_Type => Positive,
Element_Type => Ada.Strings.Unbounded.Unbounded_String);