Add missing virtual destructor.
authorCarl Hetherington <cth@carlh.net>
Sun, 2 Dec 2012 20:55:24 +0000 (20:55 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 2 Dec 2012 20:55:24 +0000 (20:55 +0000)
src/lib/log.h

index 2e5d69a0828a77d508b3cc1d4c122898204eb027..298b425cd85e66aa23c11524e89626761592d5e6 100644 (file)
@@ -34,6 +34,7 @@ class Log
 {
 public:
        Log ();
+       virtual ~Log () {}
 
        enum Level {
                STANDARD = 0,