diff options
Diffstat (limited to 'src/wixext/BalExtensionFactory.cs')
-rw-r--r-- | src/wixext/BalExtensionFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixext/BalExtensionFactory.cs b/src/wixext/BalExtensionFactory.cs index 936686a6..30ec88c3 100644 --- a/src/wixext/BalExtensionFactory.cs +++ b/src/wixext/BalExtensionFactory.cs | |||
@@ -12,7 +12,7 @@ namespace WixToolset.Bal | |||
12 | { | 12 | { |
13 | typeof(BalCompiler), | 13 | typeof(BalCompiler), |
14 | typeof(BalExtensionData), | 14 | typeof(BalExtensionData), |
15 | typeof(BalWindowsInstallerBackendBinderExtension), | 15 | typeof(BalBurnBackendExtension), |
16 | }; | 16 | }; |
17 | } | 17 | } |
18 | } | 18 | } |