summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-02 20:55:24 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-02 20:55:24 +0000
commitbfa0eb6afdd82934a19b1d31407d2956235292c3 (patch)
treef7fa82022f431ba01be08470d100c9a3a23588fb /src
parentadb7dd34ad07214198bf4c8c24d3aa0611f58a00 (diff)
Add missing virtual destructor.
Diffstat (limited to 'src')
-rw-r--r--src/lib/log.h1
1 files changed, 1 insertions, 0 deletions
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,