summaryrefslogtreecommitdiff
path: root/include/cppunit/SourceLine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/SourceLine.h')
-rw-r--r--include/cppunit/SourceLine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/SourceLine.h b/include/cppunit/SourceLine.h
index bb538cc..71eeaed 100644
--- a/include/cppunit/SourceLine.h
+++ b/include/cppunit/SourceLine.h
@@ -10,7 +10,7 @@
* Used to write your own assertion macros.
* \see Asserter for example of usage.
*/
-#define CPPUNIT_SOURCELINE() CPPUNIT_NS(SourceLine)( __FILE__, __LINE__ )
+#define CPPUNIT_SOURCELINE() CPPUNIT_NS::SourceLine( __FILE__, __LINE__ )
CPPUNIT_NS_BEGIN