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 0dade46d..3ee87872 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -818,7 +818,7 @@ namespace WixToolset.Core
818 { 818 {
819 this.Core.AddTuple(new IconTuple(sourceLineNumbers, id) 819 this.Core.AddTuple(new IconTuple(sourceLineNumbers, id)
820 { 820 {
821 Data = sourceFile 821 Data = new IntermediateFieldPathValue { Path = sourceFile }
822 }); 822 });
823 } 823 }
824 824