diff options
Diffstat (limited to 'src/WixToolset.Core/CompilerCore.cs')
| -rw-r--r-- | src/WixToolset.Core/CompilerCore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/CompilerCore.cs b/src/WixToolset.Core/CompilerCore.cs index 8705cacd..727084eb 100644 --- a/src/WixToolset.Core/CompilerCore.cs +++ b/src/WixToolset.Core/CompilerCore.cs | |||
| @@ -1048,7 +1048,7 @@ namespace WixToolset.Core | |||
| 1048 | { | 1048 | { |
| 1049 | var section = new IntermediateSection(id, type, compilationId); | 1049 | var section = new IntermediateSection(id, type, compilationId); |
| 1050 | 1050 | ||
| 1051 | this.intermediate.Sections.Add(section); | 1051 | this.intermediate.AddSection(section); |
| 1052 | 1052 | ||
| 1053 | return section; | 1053 | return section; |
| 1054 | } | 1054 | } |
