aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler_Bundle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler_Bundle.cs')
-rw-r--r--src/WixToolset.Core/Compiler_Bundle.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_Bundle.cs b/src/WixToolset.Core/Compiler_Bundle.cs
index 1c79a11b..7e07532e 100644
--- a/src/WixToolset.Core/Compiler_Bundle.cs
+++ b/src/WixToolset.Core/Compiler_Bundle.cs
@@ -354,7 +354,7 @@ namespace WixToolset.Core
354 this.ParseRelatedBundleElement(child); 354 this.ParseRelatedBundleElement(child);
355 break; 355 break;
356 case "Requires": 356 case "Requires":
357 this.ParseRequiresElement(child, null, false); 357 this.ParseRequiresElement(child, null);
358 break; 358 break;
359 case "SetVariable": 359 case "SetVariable":
360 this.ParseSetVariableElement(child); 360 this.ParseSetVariableElement(child);