Stop overloading virtualise defined at multiple levels

This commit is contained in:
Phil Nash
2013-12-07 09:08:01 +00:00
parent de49ec4d7c
commit ef95020239
2 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ namespace Catch {
writeGroup( *m_testGroups.back(), suiteTime );
}
virtual void testRunEnded() {
virtual void testRunEndedCumulative() {
xml.endElement();
}