mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Fixed default ctor issues
This commit is contained in:
parent
7b22b37822
commit
6ba8bdc14c
3 changed files with 16 additions and 1 deletions
|
@ -226,6 +226,11 @@ namespace System.Globalization
|
|||
return (temp);
|
||||
}
|
||||
|
||||
private this()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public this(String name) : this(name, true)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue