mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
c9e4d6657d
commit
86eaa6de73
@ -34,7 +34,7 @@ public:
|
|||||||
///
|
///
|
||||||
InsetMathHull(Buffer * buf, HullType type);
|
InsetMathHull(Buffer * buf, HullType type);
|
||||||
///
|
///
|
||||||
~InsetMathHull();
|
virtual ~InsetMathHull();
|
||||||
///
|
///
|
||||||
void setBuffer(Buffer &);
|
void setBuffer(Buffer &);
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user