From 85fc7be678248a0a5873c08d48941021eb0959e6 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 24 Oct 2018 21:07:56 -0700 Subject: Update to changes to reorganize command-line processing --- src/wixcop/CommandLine/WixCopCommandLineParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wixcop/CommandLine/WixCopCommandLineParser.cs') diff --git a/src/wixcop/CommandLine/WixCopCommandLineParser.cs b/src/wixcop/CommandLine/WixCopCommandLineParser.cs index ae826d4f..73247dae 100644 --- a/src/wixcop/CommandLine/WixCopCommandLineParser.cs +++ b/src/wixcop/CommandLine/WixCopCommandLineParser.cs @@ -85,7 +85,7 @@ namespace WixToolset.Tools.WixCop.CommandLine } } - private bool ParseArgument(IParseCommandLine parser, string arg) + private bool ParseArgument(ICommandLineParser parser, string arg) { var parameter = arg.Substring(1); -- cgit v1.2.3-55-g6feb