diff options
Diffstat (limited to 'src/wixext/VSCompiler.cs')
| -rw-r--r-- | src/wixext/VSCompiler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/VSCompiler.cs b/src/wixext/VSCompiler.cs index 8c01cb5b..17b7f7a0 100644 --- a/src/wixext/VSCompiler.cs +++ b/src/wixext/VSCompiler.cs | |||
| @@ -350,7 +350,7 @@ namespace WixToolset.VisualStudio | |||
| 350 | if (!this.Messaging.EncounteredError) | 350 | if (!this.Messaging.EncounteredError) |
| 351 | { | 351 | { |
| 352 | var row = this.ParseHelper.CreateRow(section, sourceLineNumbers, "HelpFileToNamespace", id); | 352 | var row = this.ParseHelper.CreateRow(section, sourceLineNumbers, "HelpFileToNamespace", id); |
| 353 | row.Set(1, collectionId); | 353 | row.Set(1, collectionId.Id); |
| 354 | } | 354 | } |
| 355 | } | 355 | } |
| 356 | 356 | ||
