summaryrefslogtreecommitdiffstats
path: root/testCommandLineArguments.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'testCommandLineArguments.cxx')
-rw-r--r--testCommandLineArguments.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/testCommandLineArguments.cxx b/testCommandLineArguments.cxx
index 1778a9b..79ebe1a 100644
--- a/testCommandLineArguments.cxx
+++ b/testCommandLineArguments.cxx
@@ -98,7 +98,7 @@ int testCommandLineArguments(int argc, char* argv[])
std::vector<std::string> stl_strings_argument;
std::string valid_stl_strings[] = { "ken", "brad", "bill", "andy" };
- typedef kwsys::CommandLineArguments argT;
+ using argT = kwsys::CommandLineArguments;
arg.AddArgument("--some-int-variable", argT::SPACE_ARGUMENT,
&some_int_variable, "Set some random int variable");