summaryrefslogtreecommitdiff
path: root/src/cppunit/TestPath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/TestPath.cpp')
-rw-r--r--src/cppunit/TestPath.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cppunit/TestPath.cpp b/src/cppunit/TestPath.cpp
index 00a7b33..6904590 100644
--- a/src/cppunit/TestPath.cpp
+++ b/src/cppunit/TestPath.cpp
@@ -4,7 +4,7 @@
#include <stdexcept>
-namespace CppUnit {
+CPPUNIT_NS_BEGIN
TestPath::TestPath()
@@ -248,4 +248,4 @@ TestPath::splitPathString( const std::string &pathAsString,
}
-} // namespace CppUnit
+CPPUNIT_NS_END