From 5aa14b0738e6bb63df70c9baff288a33476c386a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 10 Oct 2015 11:36:58 +0100 Subject: [PATCH] Missing virtual destructor. --- src/lib/log_entry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index b94637a33..10a69c416 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -35,6 +35,7 @@ public: static const int TYPE_TIMING; LogEntry (int type); + virtual ~LogEntry () {} virtual std::string message () const = 0; -- 2.30.2