diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-20 06:08:22 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2003-03-20 06:08:22 +0000 |
| commit | 648770ade19b53b6b845853cdf6bb54b82517363 (patch) | |
| tree | 44617a656452c2da8e786f2d1a2ac742e107a56e /include/cppunit | |
| parent | 0cc133fe16dbae50a9695b862d018602c62374c0 (diff) | |
| download | cppunit-648770ade19b53b6b845853cdf6bb54b82517363.tar.gz | |
Include/cppunit/extensions/TestNamer.
include/cppunit/extensions/TestNamer.h:
* src/cppunit/TestNamer.cpp: Fixed bug #704684, TestNamer has non-virtual
destructor.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/extensions/TestNamer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/extensions/TestNamer.h b/include/cppunit/extensions/TestNamer.h index e2550ea..5a6471c 100644 --- a/include/cppunit/extensions/TestNamer.h +++ b/include/cppunit/extensions/TestNamer.h @@ -62,6 +62,8 @@ public: */ TestNamer( const std::string &fixtureName ); + virtual ~TestNamer(); + /*! \brief Returns the name of the fixture. * \return Name of the fixture. */ |
