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
This commit is contained in:
Vincent van Ravesteijn 2010-05-03 22:57:28 +00:00
parent 86eaa6de73
commit 49920e31d6

View File

@ -28,7 +28,7 @@ public:
/// ///
InsetBibtex(Buffer *, InsetCommandParams const &); InsetBibtex(Buffer *, InsetCommandParams const &);
/// ///
virtual ~InsetBibtex(); ~InsetBibtex();
/// ///
docstring screenLabel() const; docstring screenLabel() const;
/// ///