From acb24d6d22e19d4f6b3883c029dd9fef5c1c9529 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Nov 2009 07:08:13 -0500 Subject: Added several more missing virtual keywords --- src/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index fc1272aa..a2bf1015 100644 --- a/src/format.h +++ b/src/format.h @@ -132,7 +132,7 @@ public: if (! _str.empty()) parse_format(_str); } - ~format_t() { + virtual ~format_t() { TRACE_DTOR(format_t); } -- cgit v1.2.3