mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-26 03:28:02 +02:00
Added missing ()'s for allocations
This commit is contained in:
parent
2320e2eb8c
commit
40fe76d903
10 changed files with 21 additions and 21 deletions
|
@ -672,7 +672,7 @@ namespace IDE.ui
|
|||
DistinctBuildOptions defaultTypeOptions = scope:: .();
|
||||
for (var typeOption in gApp.mWorkspace.mBeefGlobalOptions.mDistinctBuildOptions)
|
||||
targetDict[typeOption] = defaultTypeOptions;
|
||||
var generalOptions = scope Workspace.BeefGlobalOptions;
|
||||
var generalOptions = scope Workspace.BeefGlobalOptions();
|
||||
targetDict[mCurPropertiesTargets[0]] = generalOptions;
|
||||
UpdateFromTarget(targetDict);
|
||||
case .Beef_Targeted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue