patch build to include last two fixes

This commit is contained in:
Phil Nash 2015-12-09 18:11:48 +00:00
parent 9e341231ba
commit 981347b6e4
4 changed files with 11 additions and 8 deletions

View file

@ -89,7 +89,7 @@ namespace Catch {
public:
TestRegistry()
: m_currentSortOrder( RunTests::InDeclarationOrder ),
m_unnamedCount( 0 )
m_unnamedCount( 0 )
{}
virtual ~TestRegistry();