mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
merge with upstream
This commit is contained in:
parent
c2ff007a1d
commit
5053cace5c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ namespace IDE.util
|
|||
return;
|
||||
}
|
||||
|
||||
if (!mDefinesSet.ContainsAlt(str))
|
||||
if (!mDefinesSet.Contains(scope .(str)))
|
||||
{
|
||||
var strCopy = new String(str);
|
||||
mDefines.Add(strCopy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue