aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 2a020ad5..6b9fe59e 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -5297,7 +5297,7 @@ namespace WixToolset.Core
5297 5297
5298 if (!this.Core.EncounteredError) 5298 if (!this.Core.EncounteredError)
5299 { 5299 {
5300 var tuple = new ErrorTuple(sourceLineNumbers) 5300 var tuple = new ErrorTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, id))
5301 { 5301 {
5302 Error = id, 5302 Error = id,
5303 Message = Common.GetInnerText(node) 5303 Message = Common.GetInnerText(node)