summaryrefslogtreecommitdiff
path: root/src/cppunit/XmlElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cppunit/XmlElement.cpp')
-rw-r--r--src/cppunit/XmlElement.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cppunit/XmlElement.cpp b/src/cppunit/XmlElement.cpp
index fb73542..88c4746 100644
--- a/src/cppunit/XmlElement.cpp
+++ b/src/cppunit/XmlElement.cpp
@@ -3,8 +3,7 @@
#include <stdexcept>
-namespace CppUnit
-{
+CPPUNIT_NS_BEGIN
XmlElement::XmlElement( std::string elementName,
@@ -220,5 +219,5 @@ XmlElement::escape( std::string value ) const
}
-} // namespace CppUnit
+CPPUNIT_NS_END