diff options
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/extensions/ExceptionTestCaseDecorator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/extensions/ExceptionTestCaseDecorator.h b/include/cppunit/extensions/ExceptionTestCaseDecorator.h index e8b8aa4..9c816ad 100644 --- a/include/cppunit/extensions/ExceptionTestCaseDecorator.h +++ b/include/cppunit/extensions/ExceptionTestCaseDecorator.h @@ -41,7 +41,7 @@ CPPUNIT_NS_BEGIN * */ template<class ExpectedException> -class CPPUNIT_API ExceptionTestCaseDecorator : public TestCaseDecorator +class ExceptionTestCaseDecorator : public TestCaseDecorator { public: typedef ExpectedException ExpectedExceptionType; |
