mirror of
https://github.com/catchorg/Catch2.git
synced 2024-12-23 03:43:28 +01:00
Remove pointless virtual on StreamingReporterBase::Node destructor
This commit is contained in:
parent
3610eb81b1
commit
e5ccb79bf8
@ -22,7 +22,6 @@ namespace Catch {
|
||||
template<typename T, typename ChildNodeT>
|
||||
struct Node {
|
||||
explicit Node( T const& _value ) : value( _value ) {}
|
||||
virtual ~Node() = default;
|
||||
|
||||
using ChildNodes = std::vector<std::shared_ptr<ChildNodeT>>;
|
||||
T value;
|
||||
|
Loading…
Reference in New Issue
Block a user