Skip to content

Commit

Permalink
Merge pull request #134 from dabercro/virtual
Browse files Browse the repository at this point in the history
This gets inherited
  • Loading branch information
Daniel Abercrombie authored Nov 27, 2018
2 parents 40ed22c + f60c4d4 commit 7c21741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/interface/PNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct PNode {
static std::function<bool(PNode const&)> gPruningFunction;

PNode() {}
~PNode();
virtual ~PNode();
PNode& operator=(PNode const&);

std::string print() const;
Expand Down

0 comments on commit 7c21741

Please sign in to comment.