diff options
author | Rob Mensching <rob@firegiant.com> | 2018-10-24 21:06:06 -0700 |
---|---|---|
committer | Rob Mensching <rob@robmensching.com> | 2018-10-24 21:17:34 -0700 |
commit | 7a2859709034f7f4f048a0757779a6e2fee6df5b (patch) | |
tree | 6a5519b5ffa7adf97b4962bc40d83716accf9e4e /src/test | |
parent | f195604266cb2b675d31c21df343e1f2ac8bdb0c (diff) | |
download | wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.gz wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.tar.bz2 wix-7a2859709034f7f4f048a0757779a6e2fee6df5b.zip |
Update to fixed "binder" names in interfaces
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs b/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs index f00a5102..c5aeadba 100644 --- a/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs +++ b/src/test/Example.Extension/ExampleWindowsInstallerBackendExtension.cs | |||
@@ -6,7 +6,7 @@ namespace Example.Extension | |||
6 | using WixToolset.Data.WindowsInstaller; | 6 | using WixToolset.Data.WindowsInstaller; |
7 | using WixToolset.Extensibility; | 7 | using WixToolset.Extensibility; |
8 | 8 | ||
9 | internal class ExampleWindowsInstallerBackendExtension : BaseWindowsInstallerBackendExtension | 9 | internal class ExampleWindowsInstallerBackendExtension : BaseWindowsInstallerBackendBinderExtension |
10 | { | 10 | { |
11 | public override bool TryAddTupleToOutput(IntermediateTuple tuple, Output output) | 11 | public override bool TryAddTupleToOutput(IntermediateTuple tuple, Output output) |
12 | { | 12 | { |