diff options
Diffstat (limited to 'src/WixToolset.Core/Bind/FileFacade.cs')
-rw-r--r-- | src/WixToolset.Core/Bind/FileFacade.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Bind/FileFacade.cs b/src/WixToolset.Core/Bind/FileFacade.cs index 9705cd01..d1e5ae60 100644 --- a/src/WixToolset.Core/Bind/FileFacade.cs +++ b/src/WixToolset.Core/Bind/FileFacade.cs | |||
@@ -35,7 +35,7 @@ namespace WixToolset.Core.Bind | |||
35 | this.FromTransform = true; | 35 | this.FromTransform = true; |
36 | this.FileRow = row; | 36 | this.FileRow = row; |
37 | 37 | ||
38 | this.Identifier = new Identifier(AccessModifier.Private, row.File); | 38 | this.Identifier = new Identifier(AccessModifier.Section, row.File); |
39 | this.ComponentRef = row.Component; | 39 | this.ComponentRef = row.Component; |
40 | } | 40 | } |
41 | 41 | ||