mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-24 13:39:24 +00:00
Fixed mssing virtual destructor warnings
In Visual Studio with warning 4265 enabled Closes #844
This commit is contained in:
parent
6fea473414
commit
d5a5883a10
2 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ namespace Catch {
|
|||
TestSpec::NamePattern::~NamePattern() {}
|
||||
TestSpec::TagPattern::~TagPattern() {}
|
||||
TestSpec::ExcludedPattern::~ExcludedPattern() {}
|
||||
Matchers::Impl::MatcherUntypedBase::~MatcherUntypedBase() {}
|
||||
|
||||
void Config::dummy() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue