diff options
Diffstat (limited to 'src/WixToolset.Core/WixToolsetServiceProvider.cs')
-rw-r--r-- | src/WixToolset.Core/WixToolsetServiceProvider.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/WixToolsetServiceProvider.cs b/src/WixToolset.Core/WixToolsetServiceProvider.cs index 74b312c6..a018b8dc 100644 --- a/src/WixToolset.Core/WixToolsetServiceProvider.cs +++ b/src/WixToolset.Core/WixToolsetServiceProvider.cs | |||
@@ -3,6 +3,7 @@ | |||
3 | namespace WixToolset.Core | 3 | namespace WixToolset.Core |
4 | { | 4 | { |
5 | using System; | 5 | using System; |
6 | using WixToolset.Core.CommandLine; | ||
6 | using WixToolset.Core.ExtensibilityServices; | 7 | using WixToolset.Core.ExtensibilityServices; |
7 | using WixToolset.Data; | 8 | using WixToolset.Data; |
8 | using WixToolset.Extensibility; | 9 | using WixToolset.Extensibility; |
@@ -64,7 +65,7 @@ namespace WixToolset.Core | |||
64 | 65 | ||
65 | if (serviceType == typeof(ICommandLine)) | 66 | if (serviceType == typeof(ICommandLine)) |
66 | { | 67 | { |
67 | return new CommandLine(); | 68 | return new CommandLineParser(); |
68 | } | 69 | } |
69 | 70 | ||
70 | // Singletons. | 71 | // Singletons. |