diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.Core/Compiler_PatchCreation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_PatchCreation.cs b/src/WixToolset.Core/Compiler_PatchCreation.cs index c1c593c2..7675a5c0 100644 --- a/src/WixToolset.Core/Compiler_PatchCreation.cs +++ b/src/WixToolset.Core/Compiler_PatchCreation.cs | |||
@@ -1254,7 +1254,7 @@ namespace WixToolset.Core | |||
1254 | 1254 | ||
1255 | private void AddPatchMetadata(SourceLineNumber sourceLineNumbers, string company, string property, string value) | 1255 | private void AddPatchMetadata(SourceLineNumber sourceLineNumbers, string company, string property, string value) |
1256 | { | 1256 | { |
1257 | this.Core.AddSymbol(new PatchMetadataSymbol(sourceLineNumbers, new Identifier(AccessModifier.Private, company, property)) | 1257 | this.Core.AddSymbol(new PatchMetadataSymbol(sourceLineNumbers, new Identifier(AccessModifier.Section, company, property)) |
1258 | { | 1258 | { |
1259 | Company = company, | 1259 | Company = company, |
1260 | Property = property, | 1260 | Property = property, |