diff options
Diffstat (limited to 'src/cppunit/Test.cpp')
| -rw-r--r-- | src/cppunit/Test.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cppunit/Test.cpp b/src/cppunit/Test.cpp index 3069f57..fef8be7 100644 --- a/src/cppunit/Test.cpp +++ b/src/cppunit/Test.cpp @@ -4,7 +4,8 @@ #include <stdexcept> -namespace CppUnit { +CPPUNIT_NS_BEGIN + Test * Test::getChildTestAt( int index ) const @@ -93,4 +94,4 @@ Test::checkIsValidIndex( int index ) const } -} // namespace CppUnit +CPPUNIT_NS_END |
