diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs index b587e6d9..47d8399f 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateDeltaPatchesCommand.cs | |||
| @@ -15,7 +15,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 15 | /// </summary> | 15 | /// </summary> |
| 16 | internal class CreateDeltaPatchesCommand | 16 | internal class CreateDeltaPatchesCommand |
| 17 | { | 17 | { |
| 18 | public CreateDeltaPatchesCommand(List<IFileFacade> fileFacades, string intermediateFolder, WixPatchIdSymbol wixPatchId) | 18 | public CreateDeltaPatchesCommand(List<IFileFacade> fileFacades, string intermediateFolder, WixPatchSymbol wixPatchId) |
| 19 | { | 19 | { |
| 20 | this.FileFacades = fileFacades; | 20 | this.FileFacades = fileFacades; |
| 21 | this.IntermediateFolder = intermediateFolder; | 21 | this.IntermediateFolder = intermediateFolder; |
| @@ -24,7 +24,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 24 | 24 | ||
| 25 | private IEnumerable<IFileFacade> FileFacades { get; } | 25 | private IEnumerable<IFileFacade> FileFacades { get; } |
| 26 | 26 | ||
| 27 | private WixPatchIdSymbol WixPatchId { get; } | 27 | private WixPatchSymbol WixPatchId { get; } |
| 28 | 28 | ||
| 29 | private string IntermediateFolder { get; } | 29 | private string IntermediateFolder { get; } |
| 30 | 30 | ||
