From bfa0eb6afdd82934a19b1d31407d2956235292c3 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 2 Dec 2012 20:55:24 +0000 Subject: [PATCH] Add missing virtual destructor. --- src/lib/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/log.h b/src/lib/log.h index 2e5d69a08..298b425cd 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -34,6 +34,7 @@ class Log { public: Log (); + virtual ~Log () {} enum Level { STANDARD = 0, -- 2.30.2