diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs index 8819721b..c71a8ba4 100644 --- a/src/WixToolset.Core/Compiler.cs +++ b/src/WixToolset.Core/Compiler.cs | |||
| @@ -2446,7 +2446,7 @@ namespace WixToolset.Core | |||
| 2446 | { | 2446 | { |
| 2447 | if (isGeneratableGuidOk || keyFound && !String.IsNullOrEmpty(keyPath)) | 2447 | if (isGeneratableGuidOk || keyFound && !String.IsNullOrEmpty(keyPath)) |
| 2448 | { | 2448 | { |
| 2449 | this.componentIdPlaceholdersResolver.AddVariable(componentIdPlaceholder, keyPath, false); | 2449 | this.componentIdPlaceholdersResolver.AddVariable(sourceLineNumbers, componentIdPlaceholder, keyPath, false); |
| 2450 | 2450 | ||
| 2451 | id = new Identifier(keyPath, AccessModifier.Private); | 2451 | id = new Identifier(keyPath, AccessModifier.Private); |
| 2452 | } | 2452 | } |
