From 13eedbfcf97e402ade06f2be29f98723ef7ff286 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 18 Oct 2018 13:42:54 -0700 Subject: Extract interfaces for Preprocess/Compile/Link/Bind/etc --- src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs index 8ffa1a03..173404d7 100644 --- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs +++ b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs @@ -9,7 +9,7 @@ namespace WixToolset.Core.WindowsInstaller internal class WindowsInstallerBackendFactory : IBackendFactory { - public bool TryCreateBackend(string outputType, string outputFile, IBindContext context, out IBackend backend) + public bool TryCreateBackend(string outputType, string outputFile, out IBackend backend) { if (String.IsNullOrEmpty(outputType)) { -- cgit v1.2.3-55-g6feb