From 86eaa6de732d6dd71c00399808cf5601742d43fa Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Mon, 3 May 2010 22:55:40 +0000 Subject: [PATCH] Another base class without a virtual destructor. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34362 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathHull.h b/src/mathed/InsetMathHull.h index e6230b9b52..d9e11ac4f5 100644 --- a/src/mathed/InsetMathHull.h +++ b/src/mathed/InsetMathHull.h @@ -34,7 +34,7 @@ public: /// InsetMathHull(Buffer * buf, HullType type); /// - ~InsetMathHull(); + virtual ~InsetMathHull(); /// void setBuffer(Buffer &); /// -- 2.39.5