diff options
Diffstat (limited to 'include/cppunit/TestPath.h')
| -rw-r--r-- | include/cppunit/TestPath.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/cppunit/TestPath.h b/include/cppunit/TestPath.h index a24e0ff..65f974c 100644 --- a/include/cppunit/TestPath.h +++ b/include/cppunit/TestPath.h @@ -10,7 +10,8 @@ #include <deque> -namespace CppUnit { +CPPUNIT_NS_BEGIN + class Test; @@ -203,7 +204,7 @@ protected: }; -} // namespace CppUnit +CPPUNIT_NS_END #endif // CPPUNIT_TESTPATH_H |
