diff options
Diffstat (limited to 'src/DllPlugInTester/CommandLineParser.cpp')
| -rw-r--r-- | src/DllPlugInTester/CommandLineParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/CommandLineParser.cpp b/src/DllPlugInTester/CommandLineParser.cpp index d9c167d..4aecacb 100644 --- a/src/DllPlugInTester/CommandLineParser.cpp +++ b/src/DllPlugInTester/CommandLineParser.cpp @@ -75,7 +75,7 @@ CommandLineParser::readNonOptionCommands() { plugIn.m_fileName = getCurrentArgument().substr( 0, indexParameter ); std::string parameters = getCurrentArgument().substr( indexParameter +1 ); - plugIn.m_parameters.push_back( parameters ); + plugIn.m_parameters = CPPUNIT_NS::PlugInParameters( parameters ); } m_plugIns.push_back( plugIn ); |
