From: Carl Hetherington Date: Sun, 2 Dec 2012 20:55:24 +0000 (+0000) Subject: Add missing virtual destructor. X-Git-Tag: v2.0.48~1509^2~10^2 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=bfa0eb6afdd82934a19b1d31407d2956235292c3;p=dcpomatic.git Add missing virtual destructor. --- 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,