summaryrefslogtreecommitdiff
path: root/include/cppunit/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/Message.h')
-rw-r--r--include/cppunit/Message.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/cppunit/Message.h b/include/cppunit/Message.h
index 64395a4..e3d8639 100644
--- a/include/cppunit/Message.h
+++ b/include/cppunit/Message.h
@@ -12,8 +12,8 @@
#include <string>
-namespace CppUnit
-{
+CPPUNIT_NS_BEGIN
+
#if CPPUNIT_NEED_DLL_DECL
// template class CPPUNIT_API std::deque<std::string>;
@@ -142,8 +142,7 @@ private:
};
-
-} // namespace CppUnit
+CPPUNIT_NS_END
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( pop )