mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28: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
|
@ -27,9 +27,9 @@ namespace IDE
|
|||
|
||||
void* mNativeSpellChecker;
|
||||
|
||||
String[] mLangWordList = new String[] {
|
||||
String[] mLangWordList = new String[] (
|
||||
"int", "uint", "struct", "bool", "enum", "int", "proj", "newbox", "params", "typeof", "var"
|
||||
} ~ delete _;
|
||||
) ~ delete _;
|
||||
|
||||
public String mLangPath ~ delete _;
|
||||
public HashSet<String> mIgnoreWordList = new HashSet<String>() ~ DeleteContainerAndItems!(_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue