mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 17:08:00 +02:00
Fixed object initializer warnings
This commit is contained in:
parent
10421d99ca
commit
f795215b44
13 changed files with 48 additions and 48 deletions
|
@ -1919,7 +1919,7 @@ namespace IDE.ui
|
|||
|
||||
if ((fieldType == typeof(bool)) && (useOptionValues == null))
|
||||
{
|
||||
propEntry.mOptionValues = new String[] { new String("No"), new String("Yes") };
|
||||
propEntry.mOptionValues = new String[] ( new String("No"), new String("Yes") );
|
||||
}
|
||||
|
||||
if (fieldType.IsNullable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue