From a48490973bbbc43541385116c1efa03657538e7e Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Fri, 21 Sep 2001 18:20:04 +0000 Subject: Include/cppunit/TestFailure. include/cppunit/TestFailure.h : made destructor virtual. * INSTALL-WIN32.txt : added some more infos about DSPlugIn. * src/msvc6/DSPlugIn/DSPlugIn.rgs: added some registry data that where missing to register the COM object. * src/msvc6/DSPlugIn/DSPlugIn.rc: updated some dll version info. * src/msvc6/DSPlugIn/DSPlugIn.dsp: fixed the custom build step to register the DLL using regsvr32.exe. Added a post-build step to copy the dll to the lib/ directory. This prevent a blocking compilation error if the DLL is in use by VC++. --- include/cppunit/TestFailure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cppunit') diff --git a/include/cppunit/TestFailure.h b/include/cppunit/TestFailure.h index bb2c226..b5d095c 100644 --- a/include/cppunit/TestFailure.h +++ b/include/cppunit/TestFailure.h @@ -21,7 +21,7 @@ class TestFailure { public: TestFailure (Test *failedTest, Exception *thrownException); - ~TestFailure (); + virtual ~TestFailure (); Test* failedTest (); -- cgit v1.2.1