aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixToolset.Converters.Symbolizer/ConvertSymbols.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Converters.Symbolizer/ConvertSymbols.cs b/src/WixToolset.Converters.Symbolizer/ConvertSymbols.cs
index fd12dc2a..6418b2a6 100644
--- a/src/WixToolset.Converters.Symbolizer/ConvertSymbols.cs
+++ b/src/WixToolset.Converters.Symbolizer/ConvertSymbols.cs
@@ -22,7 +22,7 @@ namespace WixToolset.Converters.Symbolizer
22 public static Intermediate ConvertOutput(Wix3.Output output) 22 public static Intermediate ConvertOutput(Wix3.Output output)
23#pragma warning restore 1591 23#pragma warning restore 1591
24 { 24 {
25 var section = new IntermediateSection(String.Empty, OutputType3ToSectionType4(output.Type), output.Codepage); 25 var section = new IntermediateSection(String.Empty, OutputType3ToSectionType4(output.Type));
26 26
27 var wixMediaByDiskId = IndexWixMediaTableByDiskId(output); 27 var wixMediaByDiskId = IndexWixMediaTableByDiskId(output);
28 var componentsById = IndexById<Wix3.Row>(output, "Component"); 28 var componentsById = IndexById<Wix3.Row>(output, "Component");