Declare virtual destructor where its needed
Brought to you by:
blep
I detected that some of cppunit library classes did not declare a virtual destructor whereas they have virtual methods.
It is very anoying when using gcc compiler and -Wall option (generate warnings).
Could you please :) correct it
For now I identified the following classe (I didn't check them all):
- CppUnit::TestFixtureFactory