diff options
Diffstat (limited to 'include/cppunit/tools/XmlElement.h')
| -rw-r--r-- | include/cppunit/tools/XmlElement.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/cppunit/tools/XmlElement.h b/include/cppunit/tools/XmlElement.h index 760002d..8d4d504 100644 --- a/include/cppunit/tools/XmlElement.h +++ b/include/cppunit/tools/XmlElement.h @@ -12,8 +12,8 @@ #include <string> -namespace CppUnit -{ +CPPUNIT_NS_BEGIN + class XmlElement; @@ -139,9 +139,7 @@ private: }; - -} // namespace CppUnit - +CPPUNIT_NS_END #if CPPUNIT_NEED_DLL_DECL #pragma warning( pop ) |
