andre.horst Tomato Guru
Germany 150 Posts
accord Whole Tomato Software
United Kingdom 3287 Posts
class oneclass { ~oneclass() {} };
class CTest { public: CTest() { } virtual ~CTest() { int i = 0 ; } void f( void ) { int i = 0 ; } };