diff options
Diffstat (limited to '')
-rw-r--r-- | src/WixToolset.WixBA/RootViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.WixBA/RootViewModel.cs b/src/WixToolset.WixBA/RootViewModel.cs index 4ca20bf5..8cff7274 100644 --- a/src/WixToolset.WixBA/RootViewModel.cs +++ b/src/WixToolset.WixBA/RootViewModel.cs | |||
@@ -6,7 +6,7 @@ namespace WixToolset.WixBA | |||
6 | using System.Windows; | 6 | using System.Windows; |
7 | using System.Windows.Input; | 7 | using System.Windows.Input; |
8 | using System.Windows.Threading; | 8 | using System.Windows.Threading; |
9 | using WixToolset.BootstrapperCore; | 9 | using WixToolset.Mba.Core; |
10 | 10 | ||
11 | /// <summary> | 11 | /// <summary> |
12 | /// The errors returned from the engine | 12 | /// The errors returned from the engine |