mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Fix warnings
This commit is contained in:
parent
1b7a4139e7
commit
a9f5027d72
1 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@ namespace BeefPerf
|
|||
public Object mTargetObject;
|
||||
}
|
||||
|
||||
public Dictionary<String, Target> mTargets = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public Dictionary<String, Cmd> mCmds = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public Dictionary<String, Target> mTargets = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
public Dictionary<String, Cmd> mCmds = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
}
|
||||
|
||||
public class QueuedCmd
|
||||
|
@ -153,7 +153,7 @@ namespace BeefPerf
|
|||
|
||||
public void Clear()
|
||||
{
|
||||
DeleteAndClearItems!(mCmdList);
|
||||
ClearAndDeleteItems!(mCmdList);
|
||||
}
|
||||
|
||||
public void QueueCommandFile(StringView filePath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue