diff options
Diffstat (limited to 'src/WixToolset.WixBA/WixBA.cs')
-rw-r--r-- | src/WixToolset.WixBA/WixBA.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WixToolset.WixBA/WixBA.cs b/src/WixToolset.WixBA/WixBA.cs index e0444f06..6b64b252 100644 --- a/src/WixToolset.WixBA/WixBA.cs +++ b/src/WixToolset.WixBA/WixBA.cs | |||
@@ -19,6 +19,12 @@ namespace WixToolset.WixBA | |||
19 | /// </summary> | 19 | /// </summary> |
20 | public class WixBA : BootstrapperApplication | 20 | public class WixBA : BootstrapperApplication |
21 | { | 21 | { |
22 | public WixBA(Engine engine, Command command) | ||
23 | : base(engine, command) | ||
24 | { | ||
25 | |||
26 | } | ||
27 | |||
22 | /// <summary> | 28 | /// <summary> |
23 | /// Gets the global model. | 29 | /// Gets the global model. |
24 | /// </summary> | 30 | /// </summary> |