diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.WixBA/WixBAFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.WixBA/WixBAFactory.cs b/src/WixToolset.WixBA/WixBAFactory.cs index 66012521..0c219f17 100644 --- a/src/WixToolset.WixBA/WixBAFactory.cs +++ b/src/WixToolset.WixBA/WixBAFactory.cs | |||
@@ -6,7 +6,7 @@ namespace WixToolset.WixBA | |||
6 | 6 | ||
7 | public class WixBAFactory : BaseBootstrapperApplicationFactory | 7 | public class WixBAFactory : BaseBootstrapperApplicationFactory |
8 | { | 8 | { |
9 | protected override IBootstrapperApplication Create(Engine engine, ref Command command) | 9 | protected override IBootstrapperApplication Create(IEngine engine, IBootstrapperCommand command) |
10 | { | 10 | { |
11 | return new WixBA(engine, command); | 11 | return new WixBA(engine, command); |
12 | } | 12 | } |