aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index d751dde0..c2783481 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -6298,7 +6298,7 @@ namespace WixToolset.Core
6298 this.ParseRelatedBundleElement(child); 6298 this.ParseRelatedBundleElement(child);
6299 break; 6299 break;
6300 case "Requires": 6300 case "Requires":
6301 this.ParseRequiresElement(child, null, false); 6301 this.ParseRequiresElement(child, null);
6302 break; 6302 break;
6303 case "SetDirectory": 6303 case "SetDirectory":
6304 this.ParseSetDirectoryElement(child); 6304 this.ParseSetDirectoryElement(child);