fix error with LDC 1.30.0: cannot create a string[string] with new

This commit is contained in:
Jeremy Baxter 2024-08-08 17:53:01 +12:00
parent f115e01586
commit a3d17fdc6c

View file

@ -217,7 +217,6 @@ struct INISection
this(string name) nothrow this(string name) nothrow
{ {
this.name = name; this.name = name;
keys = new string[string];
} }
/++ /++