From: Vincent van Ravesteijn Date: Mon, 3 May 2010 22:57:28 +0000 (+0000) Subject: Another non-base class with a virtual destructor. Sorry for the spam (trying to learn... X-Git-Tag: 2.0.0~3297 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=49920e31d6d67f4308493dd3dee27da5b732c27f;p=features.git Another non-base class with a virtual destructor. Sorry for the spam (trying to learn git, but I seem to forget files :). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34363 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetBibtex.h b/src/insets/InsetBibtex.h index 7c85af1d87..efd5a385b1 100644 --- a/src/insets/InsetBibtex.h +++ b/src/insets/InsetBibtex.h @@ -28,7 +28,7 @@ public: /// InsetBibtex(Buffer *, InsetCommandParams const &); /// - virtual ~InsetBibtex(); + ~InsetBibtex(); /// docstring screenLabel() const; ///