[Cppunit-cvs] cppunit/include/cppunit XmlOutputterHook.h,1.5,1.6
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-12 05:52:54
|
Update of /cvsroot/cppunit/cppunit/include/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2716/include/cppunit Modified Files: XmlOutputterHook.h Log Message: Ensure virtual class has virtual destructor. Index: XmlOutputterHook.h =================================================================== RCS file: /cvsroot/cppunit/cppunit/include/cppunit/XmlOutputterHook.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** XmlOutputterHook.h 9 Jul 2005 07:42:47 -0000 1.5 --- XmlOutputterHook.h 12 Jan 2007 05:52:49 -0000 1.6 *************** *** 154,157 **** --- 154,159 ---- virtual void statisticsAdded( XmlDocument *document, XmlElement *statisticsElement ); + + virtual ~XmlOutputterHook() {} }; |