diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-02 20:55:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-02 20:55:24 +0000 |
| commit | bfa0eb6afdd82934a19b1d31407d2956235292c3 (patch) | |
| tree | f7fa82022f431ba01be08470d100c9a3a23588fb /src/lib | |
| parent | adb7dd34ad07214198bf4c8c24d3aa0611f58a00 (diff) | |
Add missing virtual destructor.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/log.h | 1 |
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, |
