fix error with LDC 1.30.0: cannot create a string[string]
with new
This commit is contained in:
parent
f115e01586
commit
a3d17fdc6c
1 changed files with 0 additions and 1 deletions
|
@ -217,7 +217,6 @@ struct INISection
|
||||||
this(string name) nothrow
|
this(string name) nothrow
|
||||||
{
|
{
|
||||||
this.name = name;
|
this.name = name;
|
||||||
keys = new string[string];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/++
|
/++
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue