diff options
Diffstat (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs')
-rw-r--r-- | src/wixcop/CommandLine/WixCopCommandLineParser.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wixcop/CommandLine/WixCopCommandLineParser.cs b/src/wixcop/CommandLine/WixCopCommandLineParser.cs index 73247dae..3d34a649 100644 --- a/src/wixcop/CommandLine/WixCopCommandLineParser.cs +++ b/src/wixcop/CommandLine/WixCopCommandLineParser.cs | |||
@@ -14,14 +14,14 @@ namespace WixToolset.Tools.WixCop.CommandLine | |||
14 | private bool fixErrors; | 14 | private bool fixErrors; |
15 | private int indentationAmount; | 15 | private int indentationAmount; |
16 | private readonly List<string> searchPatterns; | 16 | private readonly List<string> searchPatterns; |
17 | private readonly IServiceProvider serviceProvider; | 17 | private readonly IWixToolsetServiceProvider serviceProvider; |
18 | private string settingsFile1; | 18 | private string settingsFile1; |
19 | private string settingsFile2; | 19 | private string settingsFile2; |
20 | private bool showHelp; | 20 | private bool showHelp; |
21 | private bool showLogo; | 21 | private bool showLogo; |
22 | private bool subDirectories; | 22 | private bool subDirectories; |
23 | 23 | ||
24 | public WixCopCommandLineParser(IServiceProvider serviceProvider) | 24 | public WixCopCommandLineParser(IWixToolsetServiceProvider serviceProvider) |
25 | { | 25 | { |
26 | this.serviceProvider = serviceProvider; | 26 | this.serviceProvider = serviceProvider; |
27 | 27 | ||