Merge pull request #1117 from vmiklos/cppunit-wshadow-fixes

GH #1050 CppUnit: fix gcc -Wshadow warnings
This commit is contained in:
Aleksandar Fabijanic
2016-01-11 10:21:07 -06:00
121 changed files with 133 additions and 133 deletions

View File

@@ -27,7 +27,7 @@ using Poco::PipeInputStream;
using Poco::PipeOutputStream;
ProcessTest::ProcessTest(const std::string& name): CppUnit::TestCase(name)
ProcessTest::ProcessTest(const std::string& rName): CppUnit::TestCase(rName)
{
}