summaryrefslogtreecommitdiff
path: root/include/cppunit/Exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/Exception.h')
-rw-r--r--include/cppunit/Exception.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/cppunit/Exception.h b/include/cppunit/Exception.h
index d4792fc..da53cda 100644
--- a/include/cppunit/Exception.h
+++ b/include/cppunit/Exception.h
@@ -7,7 +7,8 @@
#include <exception>
-namespace CppUnit {
+CPPUNIT_NS_BEGIN
+
/*! \brief Exceptions thrown by failed assertions.
* \ingroup BrowsingCollectedTestResult
@@ -79,7 +80,8 @@ protected:
};
-} // namespace CppUnit
+CPPUNIT_NS_END
+
#endif // CPPUNIT_EXCEPTION_H