diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs index 944fb224..4e716a47 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateTransformsWithFileFacades.cs | |||
| @@ -384,7 +384,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 384 | /// <summary> | 384 | /// <summary> |
| 385 | /// Signal a warning if a non-keypath file was changed in a patch without also changing the keypath file of the component. | 385 | /// Signal a warning if a non-keypath file was changed in a patch without also changing the keypath file of the component. |
| 386 | /// </summary> | 386 | /// </summary> |
| 387 | /// <param name="output">The output to validate.</param> | 387 | /// <param name="transform">The output to validate.</param> |
| 388 | private void ValidateFileRowChanges(WindowsInstallerData transform) | 388 | private void ValidateFileRowChanges(WindowsInstallerData transform) |
| 389 | { | 389 | { |
| 390 | var componentTable = transform.Tables["Component"]; | 390 | var componentTable = transform.Tables["Component"]; |
