diff options
Diffstat (limited to 'src/WixToolset.Core/LinkContext.cs')
-rw-r--r-- | src/WixToolset.Core/LinkContext.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/LinkContext.cs b/src/WixToolset.Core/LinkContext.cs index 65b1179e..2f5ecf59 100644 --- a/src/WixToolset.Core/LinkContext.cs +++ b/src/WixToolset.Core/LinkContext.cs | |||
@@ -26,7 +26,7 @@ namespace WixToolset.Core | |||
26 | 26 | ||
27 | public IEnumerable<Intermediate> Intermediates { get; set; } | 27 | public IEnumerable<Intermediate> Intermediates { get; set; } |
28 | 28 | ||
29 | public ITupleDefinitionCreator TupleDefinitionCreator { get; set; } | 29 | public ISymbolDefinitionCreator SymbolDefinitionCreator { get; set; } |
30 | 30 | ||
31 | public CancellationToken CancellationToken { get; set; } | 31 | public CancellationToken CancellationToken { get; set; } |
32 | } | 32 | } |