diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-09-21 18:20:04 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-09-21 18:20:04 +0000 |
| commit | a48490973bbbc43541385116c1efa03657538e7e (patch) | |
| tree | 3f79ef3b8310d51fc918743cb39d82180593370b /include/cppunit | |
| parent | 9302880887234c54a47bc92ccb257150bf200d0a (diff) | |
| download | cppunit-a48490973bbbc43541385116c1efa03657538e7e.tar.gz | |
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++.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestFailure.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |
