Fixed warnings (method shadowing).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@359 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-21 00:51:08 +00:00
parent 2d3138349f
commit b4793125a8
3 changed files with 17 additions and 0 deletions
@@ -15,6 +15,13 @@ TextTestResult::TextTestResult()
}
void
TextTestResult::addFailure( Test *test, Exception *e )
{
TestResult::addFailure( test, e );
}
void
TextTestResult::addFailure( const TestFailure &failure )
{