destructor fix

This commit is contained in:
Pedro 2015-01-06 20:07:08 +01:00
parent 0c309ad658
commit d9e6712b64
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ struct Expr {
// Interesting side-effect:
// Making the destructor virtual used to cause segmentation faults
Expr();
~Expr();
ExprType type;