mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
86eaa6de73
commit
49920e31d6
@ -28,7 +28,7 @@ public:
|
||||
///
|
||||
InsetBibtex(Buffer *, InsetCommandParams const &);
|
||||
///
|
||||
virtual ~InsetBibtex();
|
||||
~InsetBibtex();
|
||||
///
|
||||
docstring screenLabel() const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user