diff options
Diffstat (limited to 'include/cppunit/Asserter.h')
| -rw-r--r-- | include/cppunit/Asserter.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/cppunit/Asserter.h b/include/cppunit/Asserter.h index 45cd4b7..5a10236 100644 --- a/include/cppunit/Asserter.h +++ b/include/cppunit/Asserter.h @@ -5,8 +5,8 @@ #include <cppunit/SourceLine.h> #include <string> -namespace CppUnit -{ +CPPUNIT_NS_BEGIN + class Message; @@ -133,7 +133,9 @@ namespace Asserter std::string shortDescription = "equality assertion failed" ); } // namespace Asserter -} // namespace CppUnit + + +CPPUNIT_NS_END #endif // CPPUNIT_ASSERTER_H |
