From f1b3a32900dbb7d7f7f4db3d1aedcf63db5ede58 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 15 Feb 2019 22:05:39 -0600 Subject: WIXFEAT:3815 - Update mbahost test for updates to BaseBootstrapperApplicationFactory and BootstrapperApplication. --- .../TestManagedBootstrapperApplicationFactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h') diff --git a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h index 9d44075b..0f30ff2d 100644 --- a/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h +++ b/src/test/WixToolsetTest.MbaHost/TestManagedBootstrapperApplicationFactory.h @@ -13,9 +13,9 @@ namespace Native public ref class TestManagedBootstrapperApplicationFactory : public BaseBootstrapperApplicationFactory { protected: - virtual IBootstrapperApplication^ Create(Engine^ engine, Command% command) override + virtual IBootstrapperApplication^ Create(IEngine^ engine, IBootstrapperCommand^ /*command*/) override { - return gcnew TestManagedBootstrapperApplication(engine, command); + return gcnew TestManagedBootstrapperApplication(engine); } }; -- cgit v1.2.3-55-g6feb