Added a missing virtual keyword
This commit is contained in:
parent
dcc69f3f78
commit
ca1d4c5311
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ public:
|
||||||
{
|
{
|
||||||
TRACE_CTOR(expr_base_t, "scope_t *");
|
TRACE_CTOR(expr_base_t, "scope_t *");
|
||||||
}
|
}
|
||||||
|
virtual ~expr_base_t() throw() {
|
||||||
~expr_base_t() throw() {
|
|
||||||
TRACE_DTOR(expr_base_t);
|
TRACE_DTOR(expr_base_t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue