Added a missing virtual keyword

This commit is contained in:
John Wiegley 2009-11-21 05:38:38 -05:00
parent dcc69f3f78
commit ca1d4c5311

View file

@ -92,8 +92,7 @@ public:
{
TRACE_CTOR(expr_base_t, "scope_t *");
}
~expr_base_t() throw() {
virtual ~expr_base_t() throw() {
TRACE_DTOR(expr_base_t);
}