summaryrefslogtreecommitdiff
path: root/include/cppunit/TestCaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit/TestCaller.h')
-rw-r--r--include/cppunit/TestCaller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index 525e509..85c12d0 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -12,6 +12,7 @@
namespace CppUnit {
+//! \internal
class CPPUNIT_API NoExceptionExpected
{
private:
@@ -20,6 +21,7 @@ private:
};
+//! \internal
template<typename ExceptionType>
struct ExpectedExceptionTraits
{