summaryrefslogtreecommitdiff
path: root/src/exprbase.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-21 07:08:13 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-21 07:10:57 -0500
commitacb24d6d22e19d4f6b3883c029dd9fef5c1c9529 (patch)
tree2a2f732edd59c4f42c1eb3e9a9e95ff135091bab /src/exprbase.h
parentca1d4c53117b8738a8f7a95ca417d7797bfe83f5 (diff)
Added several more missing virtual keywords
Diffstat (limited to 'src/exprbase.h')
-rw-r--r--src/exprbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exprbase.h b/src/exprbase.h
index 95cc51fc..0b3466b0 100644
--- a/src/exprbase.h
+++ b/src/exprbase.h
@@ -92,7 +92,7 @@ public:
{
TRACE_CTOR(expr_base_t, "scope_t *");
}
- virtual ~expr_base_t() throw() {
+ virtual ~expr_base_t() {
TRACE_DTOR(expr_base_t);
}