diff options
Diffstat (limited to 'src/predicate.h')
-rw-r--r-- | src/predicate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/predicate.h b/src/predicate.h index 943b5a12..b3b81f9b 100644 --- a/src/predicate.h +++ b/src/predicate.h @@ -75,7 +75,7 @@ public: : expr_t(in, flags), what_to_keep(_what_to_keep) { TRACE_CTOR(predicate_t, "std::istream&, keep_details_t, parse_flags_t"); } - ~predicate_t() throw() { + virtual ~predicate_t() { TRACE_DTOR(predicate_t); } |