From 90045f8f205c4b91e7804c268e55ae985b1ba4e3 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Sat, 23 May 2015 00:42:43 +0200 Subject: Fix the virtual destructor warning This change changes destructors to be virtual or adds virtual ones where they were missing based on the clang warnings. --- src/zap/zapimage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zap/zapimage.h') diff --git a/src/zap/zapimage.h b/src/zap/zapimage.h index 4ff0c41e5c..ea222a4f80 100644 --- a/src/zap/zapimage.h +++ b/src/zap/zapimage.h @@ -837,7 +837,7 @@ private: public: ZapImage(Zapper *zapper); - ~ZapImage(); + virtual ~ZapImage(); // ---------------------------------------------------------------------------------------------------------- // -- cgit v1.2.3