Another base class without a virtual destructor.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34362 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-05-03 22:55:40 +00:00
parent c9e4d6657d
commit 86eaa6de73

View File

@ -34,7 +34,7 @@ public:
/// ///
InsetMathHull(Buffer * buf, HullType type); InsetMathHull(Buffer * buf, HullType type);
/// ///
~InsetMathHull(); virtual ~InsetMathHull();
/// ///
void setBuffer(Buffer &); void setBuffer(Buffer &);
/// ///